Html Css Color HEX #712929 Auburn

📋 copy color: '#712929'

red 113 ◦ green 41 ◦ blue 41

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

Shades of Auburn #712929

Tints of Auburn #712929

RGB

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

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

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

R = 57.95%
G = 21.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712929 (or 0x712929) is known color: Auburn. HEX triplet: 71, 29 and 29. RGB value is (113,41,41). Sum of RGB (Red+Green+Blue) = 113+41+41=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712929 is #8ED6D6. Grayscale: #3E3E3E. Windows color (decimal): -9361111 or 2697585. OLE color: 2697585.

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

Color convert

RGB 113 41 41 -
CMYK 0 0.64 0.64 0.56
HSL 0.47% 0.3% -
HSV(B) 0.64% 0.44% -
XYZ 8 5.26 2.69 -
YUV 62.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 113 41 41 0 0.64 0.64 0.56 0 0.47 0.3
Hex 71 29 29 0 40 40 38 0 2F 1E
Octal 161 51 51 0 100 100 70 0 57 36
Binary 1110001 101001 101001 0 1000000 1000000 111000 0 101111 11110

Color Harmonies of #712929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712929

Black with #712929

Text Example


Text Example

White with #712929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712929; }

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

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

background-color css

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

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

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

border-color css

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

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

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