Shades of Hot Curry #81531F
Tints of Hot Curry #81531F
RGB
CMYK
RGB Variations
Color information
#81531F (or 0x81531F) is known color: Hot Curry. HEX triplet: 81, 53 and 1F. RGB value is (129,83,31). Sum of RGB (Red+Green+Blue) = 129+83+31=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81531F is #7EACE0. Grayscale: #5B5B5B. Windows color (decimal): -8301793 or 2052993. OLE color: 2052993.
HSL color Cylindrical-coordinate representation of color #81531F: hue angle of 31.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81531F is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 83 | 31 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.49 |
| HSL | 31.84º | 0.61% | 0.31% | - |
| HSV(B) | 31.84º | 0.76% | 0.51% | - |
| XYZ | 12.39 | 10.95 | 2.76 | - |
| YUV | 90.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 31 | 0 | 0.36 | 0.76 | 0.49 | 31.84 | 0.61 | 0.31 |
| Hex | 81 | 53 | 1F | 0 | 24 | 4C | 31 | 20 | 3D | 1F |
| Octal | 201 | 123 | 37 | 0 | 44 | 114 | 61 | 40 | 75 | 37 |
| Binary | 10000001 | 1010011 | 11111 | 0 | 100100 | 1001100 | 110001 | 100000 | 111101 | 11111 |
Color Harmonies of #81531F
Complementary color
Monochromatic Colors of #81531F
Black with #81531F
Text Example
Text Example
White with #81531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81531F; }
p { color: rgb(129,83,31); }
H1.HeaderClassName
{
color: #81531F;
}
.AnyTagClassName
{
color: #81531F;
}
</style>
background-color css
<style>
a { background-color: #81531F; }
a { background-color: rgb(129,83,31); }
div.DivClassName
{
background-color: #81531F;
}
.BgClassName
{
background-color: #81531F;
}
</style>
border-color css
<style>
span { border-color: #81531F; }
span { border-color: rgb(129,83,31); }
td.TdClassName
{
border-color: #81531F;
}
.TagClassName
{
border-color: #81531F;
}
</style>