Html Css Color HEX #722B24 Auburn

📋 copy color: '#722B24'

red 114 ◦ green 43 ◦ blue 36

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

Shades of Auburn #722B24

Tints of Auburn #722B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 59.07%
G = 22.28%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#722B24 (or 0x722B24) is known color: Auburn. HEX triplet: 72, 2B and 24. RGB value is (114,43,36). Sum of RGB (Red+Green+Blue) = 114+43+36=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B24 is #8DD4DB. Grayscale: #3F3F3F. Windows color (decimal): -9295068 or 2370418. OLE color: 2370418.

HSL color Cylindrical-coordinate representation of color #722B24: hue angle of 5.38º 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 #722B24 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 43 36 -
CMYK 0 0.62 0.68 0.55
HSL 5.38º 0.52% 0.29% -
HSV(B) 5.38º 0.68% 0.45% -
XYZ 8.12 5.43 2.29 -
YUV 63.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 114 43 36 0 0.62 0.68 0.55 5.38 0.52 0.29
Hex 72 2B 24 0 3E 44 37 5 34 1D
Octal 162 53 44 0 76 104 67 5 64 35
Binary 1110010 101011 100100 0 111110 1000100 110111 101 110100 11101

Color Harmonies of #722B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722B24

Black with #722B24

Text Example


Text Example

White with #722B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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