Shades of Camelot #88404B
Tints of Camelot #88404B
RGB
CMYK
RGB Variations
Color information
#88404B (or 0x88404B) is known color: Camelot. HEX triplet: 88, 40 and 4B. RGB value is (136,64,75). Sum of RGB (Red+Green+Blue) = 136+64+75=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #88404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88404B is #77BFB4. Grayscale: #565656. Windows color (decimal): -7847861 or 4931720. OLE color: 4931720.
HSL color Cylindrical-coordinate representation of color #88404B: hue angle of 350.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88404B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 75 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.47 |
| HSL | 350.83º | 0.36% | 0.39% | - |
| HSV(B) | 350.83º | 0.53% | 0.53% | - |
| XYZ | 13.26 | 9.41 | 7.77 | - |
| YUV | 86.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 75 | 0 | 0.53 | 0.45 | 0.47 | 350.83 | 0.36 | 0.39 |
| Hex | 88 | 40 | 4B | 0 | 35 | 2D | 2F | 15F | 24 | 27 |
| Octal | 210 | 100 | 113 | 0 | 65 | 55 | 57 | 537 | 44 | 47 |
| Binary | 10001000 | 1000000 | 1001011 | 0 | 110101 | 101101 | 101111 | 101011111 | 100100 | 100111 |
Color Harmonies of #88404B
Complementary color
Monochromatic Colors of #88404B
Black with #88404B
Text Example
Text Example
White with #88404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88404B; }
p { color: rgb(136,64,75); }
H1.HeaderClassName
{
color: #88404B;
}
.AnyTagClassName
{
color: #88404B;
}
</style>
background-color css
<style>
a { background-color: #88404B; }
a { background-color: rgb(136,64,75); }
div.DivClassName
{
background-color: #88404B;
}
.BgClassName
{
background-color: #88404B;
}
</style>
border-color css
<style>
span { border-color: #88404B; }
span { border-color: rgb(136,64,75); }
td.TdClassName
{
border-color: #88404B;
}
.TagClassName
{
border-color: #88404B;
}
</style>