Html Css Color HEX #71302C Auburn

📋 copy color: '#71302C'

red 113 ◦ green 48 ◦ blue 44

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

Shades of Auburn #71302C

Tints of Auburn #71302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 55.12%
G = 23.41%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71302C (or 0x71302C) is known color: Auburn. HEX triplet: 71, 30 and 2C. RGB value is (113,48,44). Sum of RGB (Red+Green+Blue) = 113+48+44=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71302C is #8ECFD3. Grayscale: #434343. Windows color (decimal): -9359316 or 2895985. OLE color: 2895985.

HSL color Cylindrical-coordinate representation of color #71302C: hue angle of 3.48º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71302C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 44 -
CMYK 0 0.58 0.61 0.56
HSL 3.48º 0.44% 0.31% -
HSV(B) 3.48º 0.61% 0.44% -
XYZ 8.32 5.81 3.07 -
YUV 66.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 113 48 44 0 0.58 0.61 0.56 3.48 0.44 0.31
Hex 71 30 2C 0 3A 3D 38 3 2C 1F
Octal 161 60 54 0 72 75 70 3 54 37
Binary 1110001 110000 101100 0 111010 111101 111000 11 101100 11111

Color Harmonies of #71302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71302C

Black with #71302C

Text Example


Text Example

White with #71302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71302C; }

 p { color: rgb(113,48,44); }

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

background-color css

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

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

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

border-color css

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

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

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