Html Css Color HEX #712B24 Auburn

📋 copy color: '#712B24'

red 113 ◦ green 43 ◦ blue 36

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

Shades of Auburn #712B24

Tints of Auburn #712B24

RGB

 RED value IS 113 (44.53% from 255) = 58.85%

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

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

R = 58.85%
G = 22.4%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#712B24 (or 0x712B24) is known color: Auburn. HEX triplet: 71, 2B and 24. RGB value is (113,43,36). Sum of RGB (Red+Green+Blue) = 113+43+36=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #712B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B24 is #8ED4DB. Grayscale: #3F3F3F. Windows color (decimal): -9360604 or 2370417. OLE color: 2370417.

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

Color convert

RGB 113 43 36 -
CMYK 0 0.62 0.68 0.56
HSL 5.45º 0.52% 0.29% -
HSV(B) 5.45º 0.68% 0.44% -
XYZ 7.99 5.37 2.28 -
YUV 63.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 113 43 36 0 0.62 0.68 0.56 5.45 0.52 0.29
Hex 71 2B 24 0 3E 44 38 5 34 1D
Octal 161 53 44 0 76 104 70 5 64 35
Binary 1110001 101011 100100 0 111110 1000100 111000 101 110100 11101

Color Harmonies of #712B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B24

Black with #712B24

Text Example


Text Example

White with #712B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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