Html Css Color HEX #712C27 Auburn

📋 copy color: '#712C27'

red 113 ◦ green 44 ◦ blue 39

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

Shades of Auburn #712C27

Tints of Auburn #712C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

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

R = 57.65%
G = 22.45%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712C27 (or 0x712C27) is known color: Auburn. HEX triplet: 71, 2C and 27. RGB value is (113,44,39). Sum of RGB (Red+Green+Blue) = 113+44+39=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #712C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C27 is #8ED3D8. Grayscale: #404040. Windows color (decimal): -9360345 or 2567281. OLE color: 2567281.

HSL color Cylindrical-coordinate representation of color #712C27: hue angle of 4.05º 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 #712C27 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 39 -
CMYK 0 0.61 0.65 0.56
HSL 4.05º 0.49% 0.3% -
HSV(B) 4.05º 0.65% 0.44% -
XYZ 8.08 5.46 2.55 -
YUV 64.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 113 44 39 0 0.61 0.65 0.56 4.05 0.49 0.3
Hex 71 2C 27 0 3D 41 38 4 31 1E
Octal 161 54 47 0 75 101 70 4 61 36
Binary 1110001 101100 100111 0 111101 1000001 111000 100 110001 11110

Color Harmonies of #712C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C27

Black with #712C27

Text Example


Text Example

White with #712C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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