Shades of Hot Curry #81521D
Tints of Hot Curry #81521D
RGB
CMYK
RGB Variations
Color information
#81521D (or 0x81521D) is known color: Hot Curry. HEX triplet: 81, 52 and 1D. RGB value is (129,82,29). Sum of RGB (Red+Green+Blue) = 129+82+29=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81521D is #7EADE2. Grayscale: #5A5A5A. Windows color (decimal): -8302051 or 1921665. OLE color: 1921665.
HSL color Cylindrical-coordinate representation of color #81521D: hue angle of 31.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81521D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 29 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.49 |
| HSL | 31.8º | 0.63% | 0.31% | - |
| HSV(B) | 31.8º | 0.78% | 0.51% | - |
| XYZ | 12.29 | 10.79 | 2.6 | - |
| YUV | 90.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 29 | 0 | 0.36 | 0.78 | 0.49 | 31.8 | 0.63 | 0.31 |
| Hex | 81 | 52 | 1D | 0 | 24 | 4E | 31 | 20 | 3F | 1F |
| Octal | 201 | 122 | 35 | 0 | 44 | 116 | 61 | 40 | 77 | 37 |
| Binary | 10000001 | 1010010 | 11101 | 0 | 100100 | 1001110 | 110001 | 100000 | 111111 | 11111 |
Color Harmonies of #81521D
Complementary color
Monochromatic Colors of #81521D
Black with #81521D
Text Example
Text Example
White with #81521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81521D; }
p { color: rgb(129,82,29); }
H1.HeaderClassName
{
color: #81521D;
}
.AnyTagClassName
{
color: #81521D;
}
</style>
background-color css
<style>
a { background-color: #81521D; }
a { background-color: rgb(129,82,29); }
div.DivClassName
{
background-color: #81521D;
}
.BgClassName
{
background-color: #81521D;
}
</style>
border-color css
<style>
span { border-color: #81521D; }
span { border-color: rgb(129,82,29); }
td.TdClassName
{
border-color: #81521D;
}
.TagClassName
{
border-color: #81521D;
}
</style>