#80401F

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

Shades of Russet #80401F

Tints of Russet #80401F

Color information

#80401F (or 0x80401F) is unknown color: approx Russet. HEX triplet: 80, 40 and 1F. RGB value is (128,64,31). Sum of RGB (Red+Green+Blue) = 128+64+31=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80401F is #7FBFE0. Grayscale: #4F4F4F. Windows color (decimal): -8372193 or 2048128. OLE color: 2048128.

HSL color Cylindrical-coordinate representation of color #80401F: hue angle of 20.41º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80401F is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1286431-
CMYK00.50.760.50
HSL20.41º61.01%31.18%-
HSV(B)20.41º75.78%50.2%-
XYZ10.988.352.33-
YUV79.37100.7162.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=57.40%
G=28.70%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128643100.50.760.5020.4161.0131.18
Hex80401F0324C32143d1f
Octal2001003706211462247537
Binary10000000100000011111011001010011001100101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,64,31); }

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

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

 a { background-color: rgb(128,64,31); }

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

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

 span { border-color: rgb(128,64,31); }

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