#71302f

Color #71302F Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #71302F

Tints of Auburn #71302F

Color information

#71302F (or 0x71302F) is unknown color: approx Auburn. HEX triplet: 71, 30 and 2F. RGB value is (113,48,47). Sum of RGB (Red+Green+Blue) = 113+48+47=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71302F is #8ECFD0. Grayscale: #434343. Windows color (decimal): -9359313 or 3092593. OLE color: 3092593.

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

Color convert

RGB1134847-
CMYK00.580.580.56
HSL0.91º41.25%31.37%-
HSV(B)0.91º58.41%44.31%-
XYZ8.385.833.37-
YUV67.32116.53160.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=54.33%
G=23.08%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113484700.580.580.560.9141.2531.37
Hex71302F03A3A381291f
Octal1616057072727015137
Binary11100011100001011110111010111010111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71302f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71302f;
 }
 .AnyTagClassName
 {
   color: #71302f;
 }
</style>
background-color css

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

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

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

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

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

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