Html Css Color HEX #71312A Auburn

📋 copy color: '#71312A'

red 113 ◦ green 49 ◦ blue 42

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

Shades of Auburn #71312A

Tints of Auburn #71312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 55.39%
G = 24.02%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71312A (or 0x71312A) is known color: Auburn. HEX triplet: 71, 31 and 2A. RGB value is (113,49,42). Sum of RGB (Red+Green+Blue) = 113+49+42=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #71312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71312A is #8ECED5. Grayscale: #434343. Windows color (decimal): -9359062 or 2765169. OLE color: 2765169.

HSL color Cylindrical-coordinate representation of color #71312A: hue angle of 5.92º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71312A is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 42 -
CMYK 0 0.57 0.63 0.56
HSL 5.92º 0.46% 0.3% -
HSV(B) 5.92º 0.63% 0.44% -
XYZ 8.33 5.87 2.89 -
YUV 67.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 113 49 42 0 0.57 0.63 0.56 5.92 0.46 0.3
Hex 71 31 2A 0 39 3F 38 6 2E 1E
Octal 161 61 52 0 71 77 70 6 56 36
Binary 1110001 110001 101010 0 111001 111111 111000 110 101110 11110

Color Harmonies of #71312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71312A

Black with #71312A

Text Example


Text Example

White with #71312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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