Html Css Color HEX #712420 Auburn

📋 copy color: '#712420'

red 113 ◦ green 36 ◦ blue 32

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

Shades of Auburn #712420

Tints of Auburn #712420

RGB

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

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

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

R = 62.43%
G = 19.89%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#712420 (or 0x712420) is known color: Auburn. HEX triplet: 71, 24 and 20. RGB value is (113,36,32). Sum of RGB (Red+Green+Blue) = 113+36+32=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #712420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712420 is #8EDBDF. Grayscale: #3A3A3A. Windows color (decimal): -9362400 or 2106481. OLE color: 2106481.

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

Color convert

RGB 113 36 32 -
CMYK 0 0.68 0.72 0.56
HSL 2.96º 0.56% 0.28% -
HSV(B) 2.96º 0.72% 0.44% -
XYZ 7.7 4.88 1.9 -
YUV 58.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 113 36 32 0 0.68 0.72 0.56 2.96 0.56 0.28
Hex 71 24 20 0 44 48 38 3 38 1C
Octal 161 44 40 0 104 110 70 3 70 34
Binary 1110001 100100 100000 0 1000100 1001000 111000 11 111000 11100

Color Harmonies of #712420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712420

Black with #712420

Text Example


Text Example

White with #712420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712420; }

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

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

background-color css

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

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

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

border-color css

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

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

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