Shades of Hot Curry #7A581C
Tints of Hot Curry #7A581C
RGB
CMYK
RGB Variations
Color information
#7A581C (or 0x7A581C) is known color: Hot Curry. HEX triplet: 7A, 58 and 1C. RGB value is (122,88,28). Sum of RGB (Red+Green+Blue) = 122+88+28=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A581C is #85A7E3. Grayscale: #5B5B5B. Windows color (decimal): -8759268 or 1857658. OLE color: 1857658.
HSL color Cylindrical-coordinate representation of color #7A581C: hue angle of 38.3º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A581C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 28 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.52 |
| HSL | 38.3º | 0.63% | 0.29% | - |
| HSV(B) | 38.3º | 0.77% | 0.48% | - |
| XYZ | 11.73 | 11.2 | 2.64 | - |
| YUV | 91.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 28 | 0 | 0.28 | 0.77 | 0.52 | 38.3 | 0.63 | 0.29 |
| Hex | 7A | 58 | 1C | 0 | 1C | 4D | 34 | 26 | 3F | 1D |
| Octal | 172 | 130 | 34 | 0 | 34 | 115 | 64 | 46 | 77 | 35 |
| Binary | 1111010 | 1011000 | 11100 | 0 | 11100 | 1001101 | 110100 | 100110 | 111111 | 11101 |
Color Harmonies of #7A581C
Complementary color
Monochromatic Colors of #7A581C
Black with #7A581C
Text Example
Text Example
White with #7A581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A581C; }
p { color: rgb(122,88,28); }
H1.HeaderClassName
{
color: #7A581C;
}
.AnyTagClassName
{
color: #7A581C;
}
</style>
background-color css
<style>
a { background-color: #7A581C; }
a { background-color: rgb(122,88,28); }
div.DivClassName
{
background-color: #7A581C;
}
.BgClassName
{
background-color: #7A581C;
}
</style>
border-color css
<style>
span { border-color: #7A581C; }
span { border-color: rgb(122,88,28); }
td.TdClassName
{
border-color: #7A581C;
}
.TagClassName
{
border-color: #7A581C;
}
</style>