Shades of Cumin #82442C
Tints of Cumin #82442C
RGB
CMYK
RGB Variations
Color information
#82442C (or 0x82442C) is known color: Cumin. HEX triplet: 82, 44 and 2C. RGB value is (130,68,44). Sum of RGB (Red+Green+Blue) = 130+68+44=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82442C is #7DBBD3. Grayscale: #535353. Windows color (decimal): -8240084 or 2901122. OLE color: 2901122.
HSL color Cylindrical-coordinate representation of color #82442C: hue angle of 16.74º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82442C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 44 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.49 |
| HSL | 16.74º | 0.49% | 0.34% | - |
| HSV(B) | 16.74º | 0.66% | 0.51% | - |
| XYZ | 11.73 | 9.06 | 3.51 | - |
| YUV | 83.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 44 | 0 | 0.48 | 0.66 | 0.49 | 16.74 | 0.49 | 0.34 |
| Hex | 82 | 44 | 2C | 0 | 30 | 42 | 31 | 11 | 31 | 22 |
| Octal | 202 | 104 | 54 | 0 | 60 | 102 | 61 | 21 | 61 | 42 |
| Binary | 10000010 | 1000100 | 101100 | 0 | 110000 | 1000010 | 110001 | 10001 | 110001 | 100010 |
Color Harmonies of #82442C
Complementary color
Monochromatic Colors of #82442C
Black with #82442C
Text Example
Text Example
White with #82442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82442C; }
p { color: rgb(130,68,44); }
H1.HeaderClassName
{
color: #82442C;
}
.AnyTagClassName
{
color: #82442C;
}
</style>
background-color css
<style>
a { background-color: #82442C; }
a { background-color: rgb(130,68,44); }
div.DivClassName
{
background-color: #82442C;
}
.BgClassName
{
background-color: #82442C;
}
</style>
border-color css
<style>
span { border-color: #82442C; }
span { border-color: rgb(130,68,44); }
td.TdClassName
{
border-color: #82442C;
}
.TagClassName
{
border-color: #82442C;
}
</style>