Shades of Cumin #80412C
Tints of Cumin #80412C
RGB
CMYK
RGB Variations
Color information
#80412C (or 0x80412C) is known color: Cumin. HEX triplet: 80, 41 and 2C. RGB value is (128,65,44). Sum of RGB (Red+Green+Blue) = 128+65+44=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80412C is #7FBED3. Grayscale: #515151. Windows color (decimal): -8371924 or 2900352. OLE color: 2900352.
HSL color Cylindrical-coordinate representation of color #80412C: hue angle of 15º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80412C is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 44 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.50 |
| HSL | 15º | 0.49% | 0.34% | - |
| HSV(B) | 15º | 0.66% | 0.5% | - |
| XYZ | 11.25 | 8.55 | 3.44 | - |
| YUV | 81.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 44 | 0 | 0.49 | 0.66 | 0.50 | 15 | 0.49 | 0.34 |
| Hex | 80 | 41 | 2C | 0 | 31 | 42 | 32 | F | 31 | 22 |
| Octal | 200 | 101 | 54 | 0 | 61 | 102 | 62 | 17 | 61 | 42 |
| Binary | 10000000 | 1000001 | 101100 | 0 | 110001 | 1000010 | 110010 | 1111 | 110001 | 100010 |
Color Harmonies of #80412C
Complementary color
Monochromatic Colors of #80412C
Black with #80412C
Text Example
Text Example
White with #80412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80412C; }
p { color: rgb(128,65,44); }
H1.HeaderClassName
{
color: #80412C;
}
.AnyTagClassName
{
color: #80412C;
}
</style>
background-color css
<style>
a { background-color: #80412C; }
a { background-color: rgb(128,65,44); }
div.DivClassName
{
background-color: #80412C;
}
.BgClassName
{
background-color: #80412C;
}
</style>
border-color css
<style>
span { border-color: #80412C; }
span { border-color: rgb(128,65,44); }
td.TdClassName
{
border-color: #80412C;
}
.TagClassName
{
border-color: #80412C;
}
</style>