Html Css Color HEX #712A26 Auburn

📋 copy color: '#712A26'

red 113 ◦ green 42 ◦ blue 38

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

Shades of Auburn #712A26

Tints of Auburn #712A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.76%

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

R = 58.55%
G = 21.76%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712A26 (or 0x712A26) is known color: Auburn. HEX triplet: 71, 2A and 26. RGB value is (113,42,38). Sum of RGB (Red+Green+Blue) = 113+42+38=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #712A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A26 is #8ED5D9. Grayscale: #3E3E3E. Windows color (decimal): -9360858 or 2501233. OLE color: 2501233.

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

Color convert

RGB 113 42 38 -
CMYK 0 0.63 0.66 0.56
HSL 3.2º 0.5% 0.3% -
HSV(B) 3.2º 0.66% 0.44% -
XYZ 7.99 5.31 2.44 -
YUV 62.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 113 42 38 0 0.63 0.66 0.56 3.2 0.5 0.3
Hex 71 2A 26 0 3F 42 38 3 32 1E
Octal 161 52 46 0 77 102 70 3 62 36
Binary 1110001 101010 100110 0 111111 1000010 111000 11 110010 11110

Color Harmonies of #712A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A26

Black with #712A26

Text Example


Text Example

White with #712A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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