Shades of Cumin #80472E
Tints of Cumin #80472E
RGB
CMYK
RGB Variations
Color information
#80472E (or 0x80472E) is known color: Cumin. HEX triplet: 80, 47 and 2E. RGB value is (128,71,46). Sum of RGB (Red+Green+Blue) = 128+71+46=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80472E is #7FB8D1. Grayscale: #555555. Windows color (decimal): -8370386 or 3032960. OLE color: 3032960.
HSL color Cylindrical-coordinate representation of color #80472E: hue angle of 18.29º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80472E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 46 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.50 |
| HSL | 18.29º | 0.47% | 0.34% | - |
| HSV(B) | 18.29º | 0.64% | 0.5% | - |
| XYZ | 11.65 | 9.29 | 3.76 | - |
| YUV | 85.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 46 | 0 | 0.45 | 0.64 | 0.50 | 18.29 | 0.47 | 0.34 |
| Hex | 80 | 47 | 2E | 0 | 2D | 40 | 32 | 12 | 2F | 22 |
| Octal | 200 | 107 | 56 | 0 | 55 | 100 | 62 | 22 | 57 | 42 |
| Binary | 10000000 | 1000111 | 101110 | 0 | 101101 | 1000000 | 110010 | 10010 | 101111 | 100010 |
Color Harmonies of #80472E
Complementary color
Monochromatic Colors of #80472E
Black with #80472E
Text Example
Text Example
White with #80472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80472E; }
p { color: rgb(128,71,46); }
H1.HeaderClassName
{
color: #80472E;
}
.AnyTagClassName
{
color: #80472E;
}
</style>
background-color css
<style>
a { background-color: #80472E; }
a { background-color: rgb(128,71,46); }
div.DivClassName
{
background-color: #80472E;
}
.BgClassName
{
background-color: #80472E;
}
</style>
border-color css
<style>
span { border-color: #80472E; }
span { border-color: rgb(128,71,46); }
td.TdClassName
{
border-color: #80472E;
}
.TagClassName
{
border-color: #80472E;
}
</style>