#722421

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

Shades of Auburn #722421

Tints of Auburn #722421

Color information

#722421 (or 0x722421) is unknown color: approx Auburn. HEX triplet: 72, 24 and 21. RGB value is (114,36,33). Sum of RGB (Red+Green+Blue) = 114+36+33=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722421 is #8DDBDE. Grayscale: #3B3B3B. Windows color (decimal): -9296863 or 2172018. OLE color: 2172018.

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

Color convert

RGB1143633-
CMYK00.680.710.55
HSL2.22º55.1%28.82%-
HSV(B)2.22º71.05%44.71%-
XYZ7.844.951.98-
YUV58.98113.34167.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=62.30%
G=19.67%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114363300.680.710.552.2255.128.82
Hex72242104447372371d
Octal162444101041076726735
Binary11100101001001000010100010010001111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722421; }

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

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

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

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

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

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

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

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