Shades of Hot Curry #80562C
Tints of Hot Curry #80562C
RGB
CMYK
RGB Variations
Color information
#80562C (or 0x80562C) is known color: Hot Curry. HEX triplet: 80, 56 and 2C. RGB value is (128,86,44). Sum of RGB (Red+Green+Blue) = 128+86+44=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80562C is #7FA9D3. Grayscale: #5D5D5D. Windows color (decimal): -8366548 or 2905728. OLE color: 2905728.
HSL color Cylindrical-coordinate representation of color #80562C: hue angle of 30º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80562C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 44 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.50 |
| HSL | 30º | 0.49% | 0.34% | - |
| HSV(B) | 30º | 0.66% | 0.5% | - |
| XYZ | 12.68 | 11.43 | 3.92 | - |
| YUV | 93.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 44 | 0 | 0.33 | 0.66 | 0.50 | 30 | 0.49 | 0.34 |
| Hex | 80 | 56 | 2C | 0 | 21 | 42 | 32 | 1E | 31 | 22 |
| Octal | 200 | 126 | 54 | 0 | 41 | 102 | 62 | 36 | 61 | 42 |
| Binary | 10000000 | 1010110 | 101100 | 0 | 100001 | 1000010 | 110010 | 11110 | 110001 | 100010 |
Color Harmonies of #80562C
Complementary color
Monochromatic Colors of #80562C
Black with #80562C
Text Example
Text Example
White with #80562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80562C; }
p { color: rgb(128,86,44); }
H1.HeaderClassName
{
color: #80562C;
}
.AnyTagClassName
{
color: #80562C;
}
</style>
background-color css
<style>
a { background-color: #80562C; }
a { background-color: rgb(128,86,44); }
div.DivClassName
{
background-color: #80562C;
}
.BgClassName
{
background-color: #80562C;
}
</style>
border-color css
<style>
span { border-color: #80562C; }
span { border-color: rgb(128,86,44); }
td.TdClassName
{
border-color: #80562C;
}
.TagClassName
{
border-color: #80562C;
}
</style>