Shades of Russet #80451C
Tints of Russet #80451C
RGB
CMYK
RGB Variations
Color information
#80451C (or 0x80451C) is known color: Russet. HEX triplet: 80, 45 and 1C. RGB value is (128,69,28). Sum of RGB (Red+Green+Blue) = 128+69+28=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80451C is #7FBAE3. Grayscale: #525252. Windows color (decimal): -8370916 or 1852800. OLE color: 1852800.
HSL color Cylindrical-coordinate representation of color #80451C: hue angle of 24.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80451C is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 28 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.50 |
| HSL | 24.6º | 0.64% | 0.31% | - |
| HSV(B) | 24.6º | 0.78% | 0.5% | - |
| XYZ | 11.24 | 8.93 | 2.23 | - |
| YUV | 81.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 28 | 0 | 0.46 | 0.78 | 0.50 | 24.6 | 0.64 | 0.31 |
| Hex | 80 | 45 | 1C | 0 | 2E | 4E | 32 | 19 | 40 | 1F |
| Octal | 200 | 105 | 34 | 0 | 56 | 116 | 62 | 31 | 100 | 37 |
| Binary | 10000000 | 1000101 | 11100 | 0 | 101110 | 1001110 | 110010 | 11001 | 1000000 | 11111 |
Color Harmonies of #80451C
Complementary color
Monochromatic Colors of #80451C
Black with #80451C
Text Example
Text Example
White with #80451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80451C; }
p { color: rgb(128,69,28); }
H1.HeaderClassName
{
color: #80451C;
}
.AnyTagClassName
{
color: #80451C;
}
</style>
background-color css
<style>
a { background-color: #80451C; }
a { background-color: rgb(128,69,28); }
div.DivClassName
{
background-color: #80451C;
}
.BgClassName
{
background-color: #80451C;
}
</style>
border-color css
<style>
span { border-color: #80451C; }
span { border-color: rgb(128,69,28); }
td.TdClassName
{
border-color: #80451C;
}
.TagClassName
{
border-color: #80451C;
}
</style>