Html Css Color HEX #712C26 Auburn

📋 copy color: '#712C26'

red 113 ◦ green 44 ◦ blue 38

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

Shades of Auburn #712C26

Tints of Auburn #712C26

RGB

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

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

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

R = 57.95%
G = 22.56%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712C26 (or 0x712C26) is known color: Auburn. HEX triplet: 71, 2C and 26. RGB value is (113,44,38). Sum of RGB (Red+Green+Blue) = 113+44+38=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C26 is #8ED3D9. Grayscale: #404040. Windows color (decimal): -9360346 or 2501745. OLE color: 2501745.

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

Color convert

RGB 113 44 38 -
CMYK 0 0.61 0.66 0.56
HSL 4.8º 0.5% 0.3% -
HSV(B) 4.8º 0.66% 0.44% -
XYZ 8.06 5.45 2.46 -
YUV 63.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 113 44 38 0 0.61 0.66 0.56 4.8 0.5 0.3
Hex 71 2C 26 0 3D 42 38 5 32 1E
Octal 161 54 46 0 75 102 70 5 62 36
Binary 1110001 101100 100110 0 111101 1000010 111000 101 110010 11110

Color Harmonies of #712C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C26

Black with #712C26

Text Example


Text Example

White with #712C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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