Html Css Color HEX #712726 Auburn

📋 copy color: '#712726'

red 113 ◦ green 39 ◦ blue 38

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

Shades of Auburn #712726

Tints of Auburn #712726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

 BLUE value IS 38 (15.23% from 255) = 20%

R = 59.47%
G = 20.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712726 (or 0x712726) is known color: Auburn. HEX triplet: 71, 27 and 26. RGB value is (113,39,38). Sum of RGB (Red+Green+Blue) = 113+39+38=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712726 is #8ED8D9. Grayscale: #3D3D3D. Windows color (decimal): -9361626 or 2500465. OLE color: 2500465.

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

Color convert

RGB 113 39 38 -
CMYK 0 0.65 0.66 0.56
HSL 0.8º 0.5% 0.3% -
HSV(B) 0.8º 0.66% 0.44% -
XYZ 7.89 5.1 2.4 -
YUV 61.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 113 39 38 0 0.65 0.66 0.56 0.8 0.5 0.3
Hex 71 27 26 0 41 42 38 1 32 1E
Octal 161 47 46 0 101 102 70 1 62 36
Binary 1110001 100111 100110 0 1000001 1000010 111000 1 110010 11110

Color Harmonies of #712726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712726

Black with #712726

Text Example


Text Example

White with #712726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712726; }

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

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

background-color css

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

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

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

border-color css

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

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

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