#722424

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

Shades of Auburn #722424

Tints of Auburn #722424

Color information

#722424 (or 0x722424) is unknown color: approx Auburn. HEX triplet: 72, 24 and 24. RGB value is (114,36,36). Sum of RGB (Red+Green+Blue) = 114+36+36=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722424 is #8DDBDB. Grayscale: #3B3B3B. Windows color (decimal): -9296860 or 2368626. OLE color: 2368626.

HSL color Cylindrical-coordinate representation of color #722424: hue angle of 0º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722424 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1143636-
CMYK00.680.680.55
HSL52%29.41%-
HSV(B)68.42%44.71%-
XYZ7.894.972.21-
YUV59.32114.84167-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=61.29%
G=19.35%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114363600.680.680.5505229.41
Hex72242404444370341d
Octal162444401041046706435
Binary1110010100100100100010001001000100110111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722424; }

 p { color: rgb(114,36,36); }

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

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

 a { background-color: rgb(114,36,36); }

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

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

 span { border-color: rgb(114,36,36); }

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