Shades of Hot Curry #82581F
Tints of Hot Curry #82581F
RGB
CMYK
RGB Variations
Color information
#82581F (or 0x82581F) is known color: Hot Curry. HEX triplet: 82, 58 and 1F. RGB value is (130,88,31). Sum of RGB (Red+Green+Blue) = 130+88+31=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82581F is #7DA7E0. Grayscale: #5E5E5E. Windows color (decimal): -8234977 or 2054274. OLE color: 2054274.
HSL color Cylindrical-coordinate representation of color #82581F: hue angle of 34.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82581F is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 31 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.49 |
| HSL | 34.55º | 0.61% | 0.32% | - |
| HSV(B) | 34.55º | 0.76% | 0.51% | - |
| XYZ | 12.94 | 11.82 | 2.9 | - |
| YUV | 94.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 31 | 0 | 0.32 | 0.76 | 0.49 | 34.55 | 0.61 | 0.32 |
| Hex | 82 | 58 | 1F | 0 | 20 | 4C | 31 | 23 | 3D | 20 |
| Octal | 202 | 130 | 37 | 0 | 40 | 114 | 61 | 43 | 75 | 40 |
| Binary | 10000010 | 1011000 | 11111 | 0 | 100000 | 1001100 | 110001 | 100011 | 111101 | 100000 |
Color Harmonies of #82581F
Complementary color
Monochromatic Colors of #82581F
Black with #82581F
Text Example
Text Example
White with #82581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82581F; }
p { color: rgb(130,88,31); }
H1.HeaderClassName
{
color: #82581F;
}
.AnyTagClassName
{
color: #82581F;
}
</style>
background-color css
<style>
a { background-color: #82581F; }
a { background-color: rgb(130,88,31); }
div.DivClassName
{
background-color: #82581F;
}
.BgClassName
{
background-color: #82581F;
}
</style>
border-color css
<style>
span { border-color: #82581F; }
span { border-color: rgb(130,88,31); }
td.TdClassName
{
border-color: #82581F;
}
.TagClassName
{
border-color: #82581F;
}
</style>