#71231F

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

Shades of Auburn #71231F

Tints of Auburn #71231F

Color information

#71231F (or 0x71231F) is unknown color: approx Auburn. HEX triplet: 71, 23 and 1F. RGB value is (113,35,31). Sum of RGB (Red+Green+Blue) = 113+35+31=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71231F is #8EDCE0. Grayscale: #393939. Windows color (decimal): -9362657 or 2040689. OLE color: 2040689.

HSL color Cylindrical-coordinate representation of color #71231F: hue angle of 2.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71231F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1133531-
CMYK00.690.730.56
HSL2.93º56.94%28.24%-
HSV(B)2.93º72.57%44.31%-
XYZ7.664.811.82-
YUV57.87112.84167.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=63.13%
G=19.55%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113353100.690.730.562.9356.9428.24
Hex71231F04549383391c
Octal161433701051117037134
Binary1110001100011111110100010110010011110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71231F; }

 p { color: rgb(113,35,31); }

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

<style>
 a { background-color: #71231F; }

 a { background-color: rgb(113,35,31); }

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

<style>
 span { border-color: #71231F; }

 span { border-color: rgb(113,35,31); }

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