Html Css Color HEX #712924 Auburn

📋 copy color: '#712924'

red 113 ◦ green 41 ◦ blue 36

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

Shades of Auburn #712924

Tints of Auburn #712924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 36 (14.45% from 255) = 18.95%

R = 59.47%
G = 21.58%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#712924 (or 0x712924) is known color: Auburn. HEX triplet: 71, 29 and 24. RGB value is (113,41,36). Sum of RGB (Red+Green+Blue) = 113+41+36=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712924 is #8ED6DB. Grayscale: #3E3E3E. Windows color (decimal): -9361116 or 2369905. OLE color: 2369905.

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

Color convert

RGB 113 41 36 -
CMYK 0 0.64 0.68 0.56
HSL 3.9º 0.52% 0.29% -
HSV(B) 3.9º 0.68% 0.44% -
XYZ 7.92 5.22 2.26 -
YUV 61.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 113 41 36 0 0.64 0.68 0.56 3.9 0.52 0.29
Hex 71 29 24 0 40 44 38 4 34 1D
Octal 161 51 44 0 100 104 70 4 64 35
Binary 1110001 101001 100100 0 1000000 1000100 111000 100 110100 11101

Color Harmonies of #712924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712924

Black with #712924

Text Example


Text Example

White with #712924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712924; }

 p { color: rgb(113,41,36); }

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

background-color css

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

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

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

border-color css

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

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

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