Html Css Color HEX #712B29 Auburn

📋 copy color: '#712B29'

red 113 ◦ green 43 ◦ blue 41

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

Shades of Auburn #712B29

Tints of Auburn #712B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 57.36%
G = 21.83%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712B29 (or 0x712B29) is known color: Auburn. HEX triplet: 71, 2B and 29. RGB value is (113,43,41). Sum of RGB (Red+Green+Blue) = 113+43+41=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #712B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B29 is #8ED4D6. Grayscale: #3F3F3F. Windows color (decimal): -9360599 or 2698097. OLE color: 2698097.

HSL color Cylindrical-coordinate representation of color #712B29: hue angle of 1.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712B29 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 43 41 -
CMYK 0 0.62 0.64 0.56
HSL 1.67º 0.47% 0.3% -
HSV(B) 1.67º 0.64% 0.44% -
XYZ 8.07 5.4 2.71 -
YUV 63.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 113 43 41 0 0.62 0.64 0.56 1.67 0.47 0.3
Hex 71 2B 29 0 3E 40 38 2 2F 1E
Octal 161 53 51 0 76 100 70 2 57 36
Binary 1110001 101011 101001 0 111110 1000000 111000 10 101111 11110

Color Harmonies of #712B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B29

Black with #712B29

Text Example


Text Example

White with #712B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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