Shades of Camelot #88414E
Tints of Camelot #88414E
RGB
CMYK
RGB Variations
Color information
#88414E (or 0x88414E) is known color: Camelot. HEX triplet: 88, 41 and 4E. RGB value is (136,65,78). Sum of RGB (Red+Green+Blue) = 136+65+78=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88414E is #77BEB1. Grayscale: #575757. Windows color (decimal): -7847602 or 5128584. OLE color: 5128584.
HSL color Cylindrical-coordinate representation of color #88414E: hue angle of 349.01º 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 #88414E is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 78 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.47 |
| HSL | 349.01º | 0.35% | 0.39% | - |
| HSV(B) | 349.01º | 0.52% | 0.53% | - |
| XYZ | 13.42 | 9.56 | 8.35 | - |
| YUV | 87.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 78 | 0 | 0.52 | 0.43 | 0.47 | 349.01 | 0.35 | 0.39 |
| Hex | 88 | 41 | 4E | 0 | 34 | 2B | 2F | 15D | 23 | 27 |
| Octal | 210 | 101 | 116 | 0 | 64 | 53 | 57 | 535 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1001110 | 0 | 110100 | 101011 | 101111 | 101011101 | 100011 | 100111 |
Color Harmonies of #88414E
Complementary color
Monochromatic Colors of #88414E
Black with #88414E
Text Example
Text Example
White with #88414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88414E; }
p { color: rgb(136,65,78); }
H1.HeaderClassName
{
color: #88414E;
}
.AnyTagClassName
{
color: #88414E;
}
</style>
background-color css
<style>
a { background-color: #88414E; }
a { background-color: rgb(136,65,78); }
div.DivClassName
{
background-color: #88414E;
}
.BgClassName
{
background-color: #88414E;
}
</style>
border-color css
<style>
span { border-color: #88414E; }
span { border-color: rgb(136,65,78); }
td.TdClassName
{
border-color: #88414E;
}
.TagClassName
{
border-color: #88414E;
}
</style>