Html Css Color HEX #713129 Auburn

📋 copy color: '#713129'

red 113 ◦ green 49 ◦ blue 41

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

Shades of Auburn #713129

Tints of Auburn #713129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.14%

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

R = 55.67%
G = 24.14%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#713129 (or 0x713129) is known color: Auburn. HEX triplet: 71, 31 and 29. RGB value is (113,49,41). Sum of RGB (Red+Green+Blue) = 113+49+41=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713129 is #8ECED6. Grayscale: #434343. Windows color (decimal): -9359063 or 2699633. OLE color: 2699633.

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

Color convert

RGB 113 49 41 -
CMYK 0 0.57 0.64 0.56
HSL 6.67º 0.47% 0.3% -
HSV(B) 6.67º 0.64% 0.44% -
XYZ 8.31 5.87 2.79 -
YUV 67.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 113 49 41 0 0.57 0.64 0.56 6.67 0.47 0.3
Hex 71 31 29 0 39 40 38 7 2F 1E
Octal 161 61 51 0 71 100 70 7 57 36
Binary 1110001 110001 101001 0 111001 1000000 111000 111 101111 11110

Color Harmonies of #713129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713129

Black with #713129

Text Example


Text Example

White with #713129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713129; }

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

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

background-color css

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

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

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

border-color css

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

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

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