Shades of Hot Curry #80581A
Tints of Hot Curry #80581A
RGB
CMYK
RGB Variations
Color information
#80581A (or 0x80581A) is known color: Hot Curry. HEX triplet: 80, 58 and 1A. RGB value is (128,88,26). Sum of RGB (Red+Green+Blue) = 128+88+26=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80581A is #7FA7E5. Grayscale: #5D5D5D. Windows color (decimal): -8366054 or 1726592. OLE color: 1726592.
HSL color Cylindrical-coordinate representation of color #80581A: hue angle of 36.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80581A is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 26 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.50 |
| HSL | 36.47º | 0.66% | 0.3% | - |
| HSV(B) | 36.47º | 0.8% | 0.5% | - |
| XYZ | 12.58 | 11.64 | 2.56 | - |
| YUV | 92.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 26 | 0 | 0.31 | 0.80 | 0.50 | 36.47 | 0.66 | 0.3 |
| Hex | 80 | 58 | 1A | 0 | 1F | 50 | 32 | 24 | 42 | 1E |
| Octal | 200 | 130 | 32 | 0 | 37 | 120 | 62 | 44 | 102 | 36 |
| Binary | 10000000 | 1011000 | 11010 | 0 | 11111 | 1010000 | 110010 | 100100 | 1000010 | 11110 |
Color Harmonies of #80581A
Complementary color
Monochromatic Colors of #80581A
Black with #80581A
Text Example
Text Example
White with #80581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80581A; }
p { color: rgb(128,88,26); }
H1.HeaderClassName
{
color: #80581A;
}
.AnyTagClassName
{
color: #80581A;
}
</style>
background-color css
<style>
a { background-color: #80581A; }
a { background-color: rgb(128,88,26); }
div.DivClassName
{
background-color: #80581A;
}
.BgClassName
{
background-color: #80581A;
}
</style>
border-color css
<style>
span { border-color: #80581A; }
span { border-color: rgb(128,88,26); }
td.TdClassName
{
border-color: #80581A;
}
.TagClassName
{
border-color: #80581A;
}
</style>