Html Css Color HEX #722424 Auburn

📋 copy color: '#722424'

red 114 ◦ green 36 ◦ blue 36

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

Shades of Auburn #722424

Tints of Auburn #722424

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 value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722424 (or 0x722424) is known color: 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

RGB 114 36 36 -
CMYK 0 0.68 0.68 0.55
HSL 0.52% 0.29% -
HSV(B) 0.68% 0.45% -
XYZ 7.89 4.97 2.21 -
YUV 59.32 114.84 167 -
System Red Green Blue C M Y K H S L
Decimal 114 36 36 0 0.68 0.68 0.55 0 0.52 0.29
Hex 72 24 24 0 44 44 37 0 34 1D
Octal 162 44 44 0 104 104 67 0 64 35
Binary 1110010 100100 100100 0 1000100 1000100 110111 0 110100 11101

Color Harmonies of #722424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722424

Black with #722424

Text Example


Text Example

White with #722424

Text Example


Text Example

HTML Codes & Css Web 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>