Shades of Hot Curry #80521C
Tints of Hot Curry #80521C
RGB
CMYK
RGB Variations
Color information
#80521C (or 0x80521C) is known color: Hot Curry. HEX triplet: 80, 52 and 1C. RGB value is (128,82,28). Sum of RGB (Red+Green+Blue) = 128+82+28=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80521C is #7FADE3. Grayscale: #595959. Windows color (decimal): -8367588 or 1856128. OLE color: 1856128.
HSL color Cylindrical-coordinate representation of color #80521C: hue angle of 32.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80521C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 28 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.50 |
| HSL | 32.4º | 0.64% | 0.31% | - |
| HSV(B) | 32.4º | 0.78% | 0.5% | - |
| XYZ | 12.13 | 10.71 | 2.53 | - |
| YUV | 89.6 | 93.24 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 28 | 0 | 0.36 | 0.78 | 0.50 | 32.4 | 0.64 | 0.31 |
| Hex | 80 | 52 | 1C | 0 | 24 | 4E | 32 | 20 | 40 | 1F |
| Octal | 200 | 122 | 34 | 0 | 44 | 116 | 62 | 40 | 100 | 37 |
| Binary | 10000000 | 1010010 | 11100 | 0 | 100100 | 1001110 | 110010 | 100000 | 1000000 | 11111 |
Color Harmonies of #80521C
Complementary color
Monochromatic Colors of #80521C
Black with #80521C
Text Example
Text Example
White with #80521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80521C; }
p { color: rgb(128,82,28); }
H1.HeaderClassName
{
color: #80521C;
}
.AnyTagClassName
{
color: #80521C;
}
</style>
background-color css
<style>
a { background-color: #80521C; }
a { background-color: rgb(128,82,28); }
div.DivClassName
{
background-color: #80521C;
}
.BgClassName
{
background-color: #80521C;
}
</style>
border-color css
<style>
span { border-color: #80521C; }
span { border-color: rgb(128,82,28); }
td.TdClassName
{
border-color: #80521C;
}
.TagClassName
{
border-color: #80521C;
}
</style>