Html Css Color HEX #712120 Auburn

📋 copy color: '#712120'

red 113 ◦ green 33 ◦ blue 32

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

Shades of Auburn #712120

Tints of Auburn #712120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

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

R = 63.48%
G = 18.54%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#712120 (or 0x712120) is known color: Auburn. HEX triplet: 71, 21 and 20. RGB value is (113,33,32). Sum of RGB (Red+Green+Blue) = 113+33+32=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #712120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712120 is #8EDEDF. Grayscale: #383838. Windows color (decimal): -9363168 or 2105713. OLE color: 2105713.

HSL color Cylindrical-coordinate representation of color #712120: hue angle of 0.74º 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 #712120 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 32 -
CMYK 0 0.71 0.72 0.56
HSL 0.74º 0.56% 0.28% -
HSV(B) 0.74º 0.72% 0.44% -
XYZ 7.61 4.7 1.87 -
YUV 56.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 113 33 32 0 0.71 0.72 0.56 0.74 0.56 0.28
Hex 71 21 20 0 47 48 38 1 38 1C
Octal 161 41 40 0 107 110 70 1 70 34
Binary 1110001 100001 100000 0 1000111 1001000 111000 1 111000 11100

Color Harmonies of #712120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712120

Black with #712120

Text Example


Text Example

White with #712120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712120; }

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

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

background-color css

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

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

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

border-color css

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

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

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