Shades of Cumin #80432D
Tints of Cumin #80432D
RGB
CMYK
RGB Variations
Color information
#80432D (or 0x80432D) is known color: Cumin. HEX triplet: 80, 43 and 2D. RGB value is (128,67,45). Sum of RGB (Red+Green+Blue) = 128+67+45=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80432D is #7FBCD2. Grayscale: #525252. Windows color (decimal): -8371411 or 2966400. OLE color: 2966400.
HSL color Cylindrical-coordinate representation of color #80432D: hue angle of 15.9º 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 #80432D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 45 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.50 |
| HSL | 15.9º | 0.48% | 0.34% | - |
| HSV(B) | 15.9º | 0.65% | 0.5% | - |
| XYZ | 11.38 | 8.79 | 3.58 | - |
| YUV | 82.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 45 | 0 | 0.48 | 0.65 | 0.50 | 15.9 | 0.48 | 0.34 |
| Hex | 80 | 43 | 2D | 0 | 30 | 41 | 32 | 10 | 30 | 22 |
| Octal | 200 | 103 | 55 | 0 | 60 | 101 | 62 | 20 | 60 | 42 |
| Binary | 10000000 | 1000011 | 101101 | 0 | 110000 | 1000001 | 110010 | 10000 | 110000 | 100010 |
Color Harmonies of #80432D
Complementary color
Monochromatic Colors of #80432D
Black with #80432D
Text Example
Text Example
White with #80432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80432D; }
p { color: rgb(128,67,45); }
H1.HeaderClassName
{
color: #80432D;
}
.AnyTagClassName
{
color: #80432D;
}
</style>
background-color css
<style>
a { background-color: #80432D; }
a { background-color: rgb(128,67,45); }
div.DivClassName
{
background-color: #80432D;
}
.BgClassName
{
background-color: #80432D;
}
</style>
border-color css
<style>
span { border-color: #80432D; }
span { border-color: rgb(128,67,45); }
td.TdClassName
{
border-color: #80432D;
}
.TagClassName
{
border-color: #80432D;
}
</style>