Html Css Color HEX #71312D Auburn

📋 copy color: '#71312D'

red 113 ◦ green 49 ◦ blue 45

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

Shades of Auburn #71312D

Tints of Auburn #71312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 54.59%
G = 23.67%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71312D (or 0x71312D) is known color: Auburn. HEX triplet: 71, 31 and 2D. RGB value is (113,49,45). Sum of RGB (Red+Green+Blue) = 113+49+45=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71312D is #8ECED2. Grayscale: #434343. Windows color (decimal): -9359059 or 2961777. OLE color: 2961777.

HSL color Cylindrical-coordinate representation of color #71312D: hue angle of 3.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71312D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 45 -
CMYK 0 0.57 0.60 0.56
HSL 3.53º 0.43% 0.31% -
HSV(B) 3.53º 0.6% 0.44% -
XYZ 8.38 5.9 3.18 -
YUV 67.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 113 49 45 0 0.57 0.60 0.56 3.53 0.43 0.31
Hex 71 31 2D 0 39 3C 38 4 2B 1F
Octal 161 61 55 0 71 74 70 4 53 37
Binary 1110001 110001 101101 0 111001 111100 111000 100 101011 11111

Color Harmonies of #71312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71312D

Black with #71312D

Text Example


Text Example

White with #71312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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