Shades of Spicy Mix #815A50
Tints of Spicy Mix #815A50
RGB
CMYK
RGB Variations
Color information
#815A50 (or 0x815A50) is known color: Spicy Mix. HEX triplet: 81, 5A and 50. RGB value is (129,90,80). Sum of RGB (Red+Green+Blue) = 129+90+80=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #815A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A50 is #7EA5AF. Grayscale: #646464. Windows color (decimal): -8299952 or 5266049. OLE color: 5266049.
HSL color Cylindrical-coordinate representation of color #815A50: hue angle of 12.24º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #815A50 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 80 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.49 |
| HSL | 12.24º | 0.23% | 0.41% | - |
| HSV(B) | 12.24º | 0.38% | 0.51% | - |
| XYZ | 14.16 | 12.56 | 9.27 | - |
| YUV | 100.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 80 | 0 | 0.30 | 0.38 | 0.49 | 12.24 | 0.23 | 0.41 |
| Hex | 81 | 5A | 50 | 0 | 1E | 26 | 31 | C | 17 | 29 |
| Octal | 201 | 132 | 120 | 0 | 36 | 46 | 61 | 14 | 27 | 51 |
| Binary | 10000001 | 1011010 | 1010000 | 0 | 11110 | 100110 | 110001 | 1100 | 10111 | 101001 |
Color Harmonies of #815A50
Complementary color
Monochromatic Colors of #815A50
Black with #815A50
Text Example
Text Example
White with #815A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A50; }
p { color: rgb(129,90,80); }
H1.HeaderClassName
{
color: #815A50;
}
.AnyTagClassName
{
color: #815A50;
}
</style>
background-color css
<style>
a { background-color: #815A50; }
a { background-color: rgb(129,90,80); }
div.DivClassName
{
background-color: #815A50;
}
.BgClassName
{
background-color: #815A50;
}
</style>
border-color css
<style>
span { border-color: #815A50; }
span { border-color: rgb(129,90,80); }
td.TdClassName
{
border-color: #815A50;
}
.TagClassName
{
border-color: #815A50;
}
</style>