Shades of Hot Curry #80592F
Tints of Hot Curry #80592F
RGB
CMYK
RGB Variations
Color information
#80592F (or 0x80592F) is known color: Hot Curry. HEX triplet: 80, 59 and 2F. RGB value is (128,89,47). Sum of RGB (Red+Green+Blue) = 128+89+47=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #80592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80592F is #7FA6D0. Grayscale: #606060. Windows color (decimal): -8365777 or 3103104. OLE color: 3103104.
HSL color Cylindrical-coordinate representation of color #80592F: hue angle of 31.11º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80592F is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 47 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.50 |
| HSL | 31.11º | 0.46% | 0.34% | - |
| HSV(B) | 31.11º | 0.63% | 0.5% | - |
| XYZ | 12.99 | 11.94 | 4.31 | - |
| YUV | 95.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 47 | 0 | 0.30 | 0.63 | 0.50 | 31.11 | 0.46 | 0.34 |
| Hex | 80 | 59 | 2F | 0 | 1E | 3F | 32 | 1F | 2E | 22 |
| Octal | 200 | 131 | 57 | 0 | 36 | 77 | 62 | 37 | 56 | 42 |
| Binary | 10000000 | 1011001 | 101111 | 0 | 11110 | 111111 | 110010 | 11111 | 101110 | 100010 |
Color Harmonies of #80592F
Complementary color
Monochromatic Colors of #80592F
Black with #80592F
Text Example
Text Example
White with #80592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80592F; }
p { color: rgb(128,89,47); }
H1.HeaderClassName
{
color: #80592F;
}
.AnyTagClassName
{
color: #80592F;
}
</style>
background-color css
<style>
a { background-color: #80592F; }
a { background-color: rgb(128,89,47); }
div.DivClassName
{
background-color: #80592F;
}
.BgClassName
{
background-color: #80592F;
}
</style>
border-color css
<style>
span { border-color: #80592F; }
span { border-color: rgb(128,89,47); }
td.TdClassName
{
border-color: #80592F;
}
.TagClassName
{
border-color: #80592F;
}
</style>