#73182D

Color #73182D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #73182D

Tints of Claret #73182D

Color information

#73182D (or 0x73182D) is unknown color: approx Claret. HEX triplet: 73, 18 and 2D. RGB value is (115,24,45). Sum of RGB (Red+Green+Blue) = 115+24+45=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73182D is #8CE7D2. Grayscale: #353535. Windows color (decimal): -9234387 or 2955379. OLE color: 2955379.

HSL color Cylindrical-coordinate representation of color #73182D: hue angle of 346.15º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73182D is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1152445-
CMYK00.790.610.55
HSL346.15º65.47%27.25%-
HSV(B)346.15º79.13%45.1%-
XYZ7.874.492.93-
YUV53.6123.15171.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=62.5%
G=13.04%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115244500.790.610.55346.1565.4727.25
Hex73182D04F3D3715a411b
Octal16330550117756753210133
Binary11100111100010110101001111111101110111101011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73182D; }

 p { color: rgb(115,24,45); }

 H1.HeaderClassName
 {
   color: #73182D;
 }
 .AnyTagClassName
 {
   color: #73182D;
 }
</style>
background-color css

<style>
 a { background-color: #73182D; }

 a { background-color: rgb(115,24,45); }

 div.DivClassName
 {
   background-color: #73182D;
 }
 .BgClassName
 {
   background-color: #73182D;
 }
</style>
border-color css

<style>
 span { border-color: #73182D; }

 span { border-color: rgb(115,24,45); }

 td.TdClassName
 {
   border-color: #73182D;
 }
 .TagClassName
 {
   border-color: #73182D;
 }
</style>