Html Css Color HEX #712F27 Auburn

📋 copy color: '#712F27'

red 113 ◦ green 47 ◦ blue 39

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

Shades of Auburn #712F27

Tints of Auburn #712F27

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 56.78%
G = 23.62%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712F27 (or 0x712F27) is known color: Auburn. HEX triplet: 71, 2F and 27. RGB value is (113,47,39). Sum of RGB (Red+Green+Blue) = 113+47+39=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F27 is #8ED0D8. Grayscale: #414141. Windows color (decimal): -9359577 or 2568049. OLE color: 2568049.

HSL color Cylindrical-coordinate representation of color #712F27: hue angle of 6.49º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712F27 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 39 -
CMYK 0 0.58 0.65 0.56
HSL 6.49º 0.49% 0.3% -
HSV(B) 6.49º 0.65% 0.44% -
XYZ 8.19 5.69 2.59 -
YUV 65.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 113 47 39 0 0.58 0.65 0.56 6.49 0.49 0.3
Hex 71 2F 27 0 3A 41 38 6 31 1E
Octal 161 57 47 0 72 101 70 6 61 36
Binary 1110001 101111 100111 0 111010 1000001 111000 110 110001 11110

Color Harmonies of #712F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F27

Black with #712F27

Text Example


Text Example

White with #712F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,47,39); }

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

background-color css

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

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

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

border-color css

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

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

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