Html Css Color HEX #712222 Auburn

📋 copy color: '#712222'

red 113 ◦ green 34 ◦ blue 34

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

Shades of Auburn #712222

Tints of Auburn #712222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 62.43%
G = 18.78%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#712222 (or 0x712222) is known color: Auburn. HEX triplet: 71, 22 and 22. RGB value is (113,34,34). Sum of RGB (Red+Green+Blue) = 113+34+34=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #712222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712222 is #8EDDDD. Grayscale: #393939. Windows color (decimal): -9362910 or 2237041. OLE color: 2237041.

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

Color convert

RGB 113 34 34 -
CMYK 0 0.70 0.70 0.56
HSL 0.54% 0.29% -
HSV(B) 0.7% 0.44% -
XYZ 7.67 4.77 2.03 -
YUV 57.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 113 34 34 0 0.70 0.70 0.56 0 0.54 0.29
Hex 71 22 22 0 46 46 38 0 36 1D
Octal 161 42 42 0 106 106 70 0 66 35
Binary 1110001 100010 100010 0 1000110 1000110 111000 0 110110 11101

Color Harmonies of #712222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712222

Black with #712222

Text Example


Text Example

White with #712222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712222; }

 p { color: rgb(113,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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