Html Css Color HEX #712322 Auburn

📋 copy color: '#712322'

red 113 ◦ green 35 ◦ blue 34

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

Shades of Auburn #712322

Tints of Auburn #712322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 62.09%
G = 19.23%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#712322 (or 0x712322) is known color: Auburn. HEX triplet: 71, 23 and 22. RGB value is (113,35,34). Sum of RGB (Red+Green+Blue) = 113+35+34=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #712322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712322 is #8EDCDD. Grayscale: #3A3A3A. Windows color (decimal): -9362654 or 2237297. OLE color: 2237297.

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

Color convert

RGB 113 35 34 -
CMYK 0 0.69 0.70 0.56
HSL 0.76º 0.54% 0.29% -
HSV(B) 0.76º 0.7% 0.44% -
XYZ 7.7 4.83 2.04 -
YUV 58.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 113 35 34 0 0.69 0.70 0.56 0.76 0.54 0.29
Hex 71 23 22 0 45 46 38 1 36 1D
Octal 161 43 42 0 105 106 70 1 66 35
Binary 1110001 100011 100010 0 1000101 1000110 111000 1 110110 11101

Color Harmonies of #712322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712322

Black with #712322

Text Example


Text Example

White with #712322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712322; }

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

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

background-color css

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

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

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

border-color css

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

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

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