Shades of Hot Curry #81632D
Tints of Hot Curry #81632D
RGB
CMYK
RGB Variations
Color information
#81632D (or 0x81632D) is known color: Hot Curry. HEX triplet: 81, 63 and 2D. RGB value is (129,99,45). Sum of RGB (Red+Green+Blue) = 129+99+45=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81632D is #7E9CD2. Grayscale: #666666. Windows color (decimal): -8297683 or 2974593. OLE color: 2974593.
HSL color Cylindrical-coordinate representation of color #81632D: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81632D is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 99 | 45 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.49 |
| HSL | 38.57º | 0.48% | 0.34% | - |
| HSV(B) | 38.57º | 0.65% | 0.51% | - |
| XYZ | 13.99 | 13.78 | 4.41 | - |
| YUV | 101.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 45 | 0 | 0.23 | 0.65 | 0.49 | 38.57 | 0.48 | 0.34 |
| Hex | 81 | 63 | 2D | 0 | 17 | 41 | 31 | 27 | 30 | 22 |
| Octal | 201 | 143 | 55 | 0 | 27 | 101 | 61 | 47 | 60 | 42 |
| Binary | 10000001 | 1100011 | 101101 | 0 | 10111 | 1000001 | 110001 | 100111 | 110000 | 100010 |
Color Harmonies of #81632D
Complementary color
Monochromatic Colors of #81632D
Black with #81632D
Text Example
Text Example
White with #81632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81632D; }
p { color: rgb(129,99,45); }
H1.HeaderClassName
{
color: #81632D;
}
.AnyTagClassName
{
color: #81632D;
}
</style>
background-color css
<style>
a { background-color: #81632D; }
a { background-color: rgb(129,99,45); }
div.DivClassName
{
background-color: #81632D;
}
.BgClassName
{
background-color: #81632D;
}
</style>
border-color css
<style>
span { border-color: #81632D; }
span { border-color: rgb(129,99,45); }
td.TdClassName
{
border-color: #81632D;
}
.TagClassName
{
border-color: #81632D;
}
</style>