Html Css Color HEX #722420 Auburn

📋 copy color: '#722420'

red 114 ◦ green 36 ◦ blue 32

#722420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #722420

Tints of Auburn #722420

RGB

 RED value IS 114 (44.92% from 255) = 62.64%

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 62.64%
G = 19.78%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#722420 (or 0x722420) is known color: Auburn. HEX triplet: 72, 24 and 20. RGB value is (114,36,32). Sum of RGB (Red+Green+Blue) = 114+36+32=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722420 is #8DDBDF. Grayscale: #3A3A3A. Windows color (decimal): -9296864 or 2106482. OLE color: 2106482.

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

Color convert

RGB 114 36 32 -
CMYK 0 0.68 0.72 0.55
HSL 2.93º 0.56% 0.29% -
HSV(B) 2.93º 0.72% 0.45% -
XYZ 7.83 4.94 1.91 -
YUV 58.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 114 36 32 0 0.68 0.72 0.55 2.93 0.56 0.29
Hex 72 24 20 0 44 48 37 3 38 1D
Octal 162 44 40 0 104 110 67 3 70 35
Binary 1110010 100100 100000 0 1000100 1001000 110111 11 111000 11101

Color Harmonies of #722420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722420

Black with #722420

Text Example


Text Example

White with #722420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722420; }

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

 H1.HeaderClassName
 {
   color: #722420;
 }
 .AnyTagClassName
 {
   color: #722420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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