Shades of Russet #80441D
Tints of Russet #80441D
RGB
CMYK
RGB Variations
Color information
#80441D (or 0x80441D) is known color: Russet. HEX triplet: 80, 44 and 1D. RGB value is (128,68,29). Sum of RGB (Red+Green+Blue) = 128+68+29=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80441D is #7FBBE2. Grayscale: #515151. Windows color (decimal): -8371171 or 1918080. OLE color: 1918080.
HSL color Cylindrical-coordinate representation of color #80441D: hue angle of 23.64º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80441D is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 29 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.50 |
| HSL | 23.64º | 0.63% | 0.31% | - |
| HSV(B) | 23.64º | 0.77% | 0.5% | - |
| XYZ | 11.19 | 8.81 | 2.27 | - |
| YUV | 81.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 29 | 0 | 0.47 | 0.77 | 0.50 | 23.64 | 0.63 | 0.31 |
| Hex | 80 | 44 | 1D | 0 | 2F | 4D | 32 | 18 | 3F | 1F |
| Octal | 200 | 104 | 35 | 0 | 57 | 115 | 62 | 30 | 77 | 37 |
| Binary | 10000000 | 1000100 | 11101 | 0 | 101111 | 1001101 | 110010 | 11000 | 111111 | 11111 |
Color Harmonies of #80441D
Complementary color
Monochromatic Colors of #80441D
Black with #80441D
Text Example
Text Example
White with #80441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80441D; }
p { color: rgb(128,68,29); }
H1.HeaderClassName
{
color: #80441D;
}
.AnyTagClassName
{
color: #80441D;
}
</style>
background-color css
<style>
a { background-color: #80441D; }
a { background-color: rgb(128,68,29); }
div.DivClassName
{
background-color: #80441D;
}
.BgClassName
{
background-color: #80441D;
}
</style>
border-color css
<style>
span { border-color: #80441D; }
span { border-color: rgb(128,68,29); }
td.TdClassName
{
border-color: #80441D;
}
.TagClassName
{
border-color: #80441D;
}
</style>