Shades of Camelot #874159
Tints of Camelot #874159
RGB
CMYK
RGB Variations
Color information
#874159 (or 0x874159) is known color: Camelot. HEX triplet: 87, 41 and 59. RGB value is (135,65,89). Sum of RGB (Red+Green+Blue) = 135+65+89=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874159 is #78BEA6. Grayscale: #585858. Windows color (decimal): -7913127 or 5849479. OLE color: 5849479.
HSL color Cylindrical-coordinate representation of color #874159: hue angle of 339.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874159 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 89 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.47 |
| HSL | 339.43º | 0.35% | 0.39% | - |
| HSV(B) | 339.43º | 0.52% | 0.53% | - |
| XYZ | 13.69 | 9.65 | 10.59 | - |
| YUV | 88.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 89 | 0 | 0.52 | 0.34 | 0.47 | 339.43 | 0.35 | 0.39 |
| Hex | 87 | 41 | 59 | 0 | 34 | 22 | 2F | 153 | 23 | 27 |
| Octal | 207 | 101 | 131 | 0 | 64 | 42 | 57 | 523 | 43 | 47 |
| Binary | 10000111 | 1000001 | 1011001 | 0 | 110100 | 100010 | 101111 | 101010011 | 100011 | 100111 |
Color Harmonies of #874159
Complementary color
Monochromatic Colors of #874159
Black with #874159
Text Example
Text Example
White with #874159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874159; }
p { color: rgb(135,65,89); }
H1.HeaderClassName
{
color: #874159;
}
.AnyTagClassName
{
color: #874159;
}
</style>
background-color css
<style>
a { background-color: #874159; }
a { background-color: rgb(135,65,89); }
div.DivClassName
{
background-color: #874159;
}
.BgClassName
{
background-color: #874159;
}
</style>
border-color css
<style>
span { border-color: #874159; }
span { border-color: rgb(135,65,89); }
td.TdClassName
{
border-color: #874159;
}
.TagClassName
{
border-color: #874159;
}
</style>