Shades of Hot Curry #7C581D
Tints of Hot Curry #7C581D
RGB
CMYK
RGB Variations
Color information
#7C581D (or 0x7C581D) is known color: Hot Curry. HEX triplet: 7C, 58 and 1D. RGB value is (124,88,29). Sum of RGB (Red+Green+Blue) = 124+88+29=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C581D is #83A7E2. Grayscale: #5C5C5C. Windows color (decimal): -8628195 or 1923196. OLE color: 1923196.
HSL color Cylindrical-coordinate representation of color #7C581D: hue angle of 37.26º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C581D is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 29 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.51 |
| HSL | 37.26º | 0.62% | 0.3% | - |
| HSV(B) | 37.26º | 0.77% | 0.49% | - |
| XYZ | 12.02 | 11.35 | 2.72 | - |
| YUV | 92.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 29 | 0 | 0.29 | 0.77 | 0.51 | 37.26 | 0.62 | 0.3 |
| Hex | 7C | 58 | 1D | 0 | 1D | 4D | 33 | 25 | 3E | 1E |
| Octal | 174 | 130 | 35 | 0 | 35 | 115 | 63 | 45 | 76 | 36 |
| Binary | 1111100 | 1011000 | 11101 | 0 | 11101 | 1001101 | 110011 | 100101 | 111110 | 11110 |
Color Harmonies of #7C581D
Complementary color
Monochromatic Colors of #7C581D
Black with #7C581D
Text Example
Text Example
White with #7C581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C581D; }
p { color: rgb(124,88,29); }
H1.HeaderClassName
{
color: #7C581D;
}
.AnyTagClassName
{
color: #7C581D;
}
</style>
background-color css
<style>
a { background-color: #7C581D; }
a { background-color: rgb(124,88,29); }
div.DivClassName
{
background-color: #7C581D;
}
.BgClassName
{
background-color: #7C581D;
}
</style>
border-color css
<style>
span { border-color: #7C581D; }
span { border-color: rgb(124,88,29); }
td.TdClassName
{
border-color: #7C581D;
}
.TagClassName
{
border-color: #7C581D;
}
</style>