Shades of Cumin #80422D
Tints of Cumin #80422D
RGB
CMYK
RGB Variations
Color information
#80422D (or 0x80422D) is known color: Cumin. HEX triplet: 80, 42 and 2D. RGB value is (128,66,45). Sum of RGB (Red+Green+Blue) = 128+66+45=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80422D is #7FBDD2. Grayscale: #525252. Windows color (decimal): -8371667 or 2966144. OLE color: 2966144.
HSL color Cylindrical-coordinate representation of color #80422D: hue angle of 15.18º 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 #80422D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 45 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.50 |
| HSL | 15.18º | 0.48% | 0.34% | - |
| HSV(B) | 15.18º | 0.65% | 0.5% | - |
| XYZ | 11.32 | 8.68 | 3.56 | - |
| YUV | 82.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 45 | 0 | 0.48 | 0.65 | 0.50 | 15.18 | 0.48 | 0.34 |
| Hex | 80 | 42 | 2D | 0 | 30 | 41 | 32 | F | 30 | 22 |
| Octal | 200 | 102 | 55 | 0 | 60 | 101 | 62 | 17 | 60 | 42 |
| Binary | 10000000 | 1000010 | 101101 | 0 | 110000 | 1000001 | 110010 | 1111 | 110000 | 100010 |
Color Harmonies of #80422D
Complementary color
Monochromatic Colors of #80422D
Black with #80422D
Text Example
Text Example
White with #80422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80422D; }
p { color: rgb(128,66,45); }
H1.HeaderClassName
{
color: #80422D;
}
.AnyTagClassName
{
color: #80422D;
}
</style>
background-color css
<style>
a { background-color: #80422D; }
a { background-color: rgb(128,66,45); }
div.DivClassName
{
background-color: #80422D;
}
.BgClassName
{
background-color: #80422D;
}
</style>
border-color css
<style>
span { border-color: #80422D; }
span { border-color: rgb(128,66,45); }
td.TdClassName
{
border-color: #80422D;
}
.TagClassName
{
border-color: #80422D;
}
</style>