Shades of Cumin #80412D
Tints of Cumin #80412D
RGB
CMYK
RGB Variations
Color information
#80412D (or 0x80412D) is known color: Cumin. HEX triplet: 80, 41 and 2D. RGB value is (128,65,45). Sum of RGB (Red+Green+Blue) = 128+65+45=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80412D is #7FBED2. Grayscale: #515151. Windows color (decimal): -8371923 or 2965888. OLE color: 2965888.
HSL color Cylindrical-coordinate representation of color #80412D: hue angle of 14.46º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80412D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 45 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.50 |
| HSL | 14.46º | 0.48% | 0.34% | - |
| HSV(B) | 14.46º | 0.65% | 0.5% | - |
| XYZ | 11.27 | 8.56 | 3.54 | - |
| YUV | 81.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 45 | 0 | 0.49 | 0.65 | 0.50 | 14.46 | 0.48 | 0.34 |
| Hex | 80 | 41 | 2D | 0 | 31 | 41 | 32 | E | 30 | 22 |
| Octal | 200 | 101 | 55 | 0 | 61 | 101 | 62 | 16 | 60 | 42 |
| Binary | 10000000 | 1000001 | 101101 | 0 | 110001 | 1000001 | 110010 | 1110 | 110000 | 100010 |
Color Harmonies of #80412D
Complementary color
Monochromatic Colors of #80412D
Black with #80412D
Text Example
Text Example
White with #80412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80412D; }
p { color: rgb(128,65,45); }
H1.HeaderClassName
{
color: #80412D;
}
.AnyTagClassName
{
color: #80412D;
}
</style>
background-color css
<style>
a { background-color: #80412D; }
a { background-color: rgb(128,65,45); }
div.DivClassName
{
background-color: #80412D;
}
.BgClassName
{
background-color: #80412D;
}
</style>
border-color css
<style>
span { border-color: #80412D; }
span { border-color: rgb(128,65,45); }
td.TdClassName
{
border-color: #80412D;
}
.TagClassName
{
border-color: #80412D;
}
</style>