Html Css Color HEX #71302A Auburn

📋 copy color: '#71302A'

red 113 ◦ green 48 ◦ blue 42

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

Shades of Auburn #71302A

Tints of Auburn #71302A

RGB

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

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

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

R = 55.67%
G = 23.65%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71302A (or 0x71302A) is known color: Auburn. HEX triplet: 71, 30 and 2A. RGB value is (113,48,42). Sum of RGB (Red+Green+Blue) = 113+48+42=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71302A is #8ECFD5. Grayscale: #424242. Windows color (decimal): -9359318 or 2764913. OLE color: 2764913.

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

Color convert

RGB 113 48 42 -
CMYK 0 0.58 0.63 0.56
HSL 5.07º 0.46% 0.3% -
HSV(B) 5.07º 0.63% 0.44% -
XYZ 8.28 5.79 2.87 -
YUV 66.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 113 48 42 0 0.58 0.63 0.56 5.07 0.46 0.3
Hex 71 30 2A 0 3A 3F 38 5 2E 1E
Octal 161 60 52 0 72 77 70 5 56 36
Binary 1110001 110000 101010 0 111010 111111 111000 101 101110 11110

Color Harmonies of #71302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71302A

Black with #71302A

Text Example


Text Example

White with #71302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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