Shades of Hot Curry #80562D
Tints of Hot Curry #80562D
RGB
CMYK
RGB Variations
Color information
#80562D (or 0x80562D) is known color: Hot Curry. HEX triplet: 80, 56 and 2D. RGB value is (128,86,45). Sum of RGB (Red+Green+Blue) = 128+86+45=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80562D is #7FA9D2. Grayscale: #5E5E5E. Windows color (decimal): -8366547 or 2971264. OLE color: 2971264.
HSL color Cylindrical-coordinate representation of color #80562D: hue angle of 29.64º 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 #80562D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 45 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.50 |
| HSL | 29.64º | 0.48% | 0.34% | - |
| HSV(B) | 29.64º | 0.65% | 0.5% | - |
| XYZ | 12.7 | 11.43 | 4.02 | - |
| YUV | 93.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 45 | 0 | 0.33 | 0.65 | 0.50 | 29.64 | 0.48 | 0.34 |
| Hex | 80 | 56 | 2D | 0 | 21 | 41 | 32 | 1E | 30 | 22 |
| Octal | 200 | 126 | 55 | 0 | 41 | 101 | 62 | 36 | 60 | 42 |
| Binary | 10000000 | 1010110 | 101101 | 0 | 100001 | 1000001 | 110010 | 11110 | 110000 | 100010 |
Color Harmonies of #80562D
Complementary color
Monochromatic Colors of #80562D
Black with #80562D
Text Example
Text Example
White with #80562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80562D; }
p { color: rgb(128,86,45); }
H1.HeaderClassName
{
color: #80562D;
}
.AnyTagClassName
{
color: #80562D;
}
</style>
background-color css
<style>
a { background-color: #80562D; }
a { background-color: rgb(128,86,45); }
div.DivClassName
{
background-color: #80562D;
}
.BgClassName
{
background-color: #80562D;
}
</style>
border-color css
<style>
span { border-color: #80562D; }
span { border-color: rgb(128,86,45); }
td.TdClassName
{
border-color: #80562D;
}
.TagClassName
{
border-color: #80562D;
}
</style>