Shades of Camelot #883441
Tints of Camelot #883441
RGB
CMYK
RGB Variations
Color information
#883441 (or 0x883441) is known color: Camelot. HEX triplet: 88, 34 and 41. RGB value is (136,52,65). Sum of RGB (Red+Green+Blue) = 136+52+65=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883441 is #77CBBE. Grayscale: #4E4E4E. Windows color (decimal): -7850943 or 4273288. OLE color: 4273288.
HSL color Cylindrical-coordinate representation of color #883441: hue angle of 350.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883441 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 65 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.47 |
| HSL | 350.71º | 0.45% | 0.37% | - |
| HSV(B) | 350.71º | 0.62% | 0.53% | - |
| XYZ | 12.34 | 8.07 | 5.91 | - |
| YUV | 78.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 65 | 0 | 0.62 | 0.52 | 0.47 | 350.71 | 0.45 | 0.37 |
| Hex | 88 | 34 | 41 | 0 | 3E | 34 | 2F | 15F | 2D | 25 |
| Octal | 210 | 64 | 101 | 0 | 76 | 64 | 57 | 537 | 55 | 45 |
| Binary | 10001000 | 110100 | 1000001 | 0 | 111110 | 110100 | 101111 | 101011111 | 101101 | 100101 |
Color Harmonies of #883441
Complementary color
Monochromatic Colors of #883441
Black with #883441
Text Example
Text Example
White with #883441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883441; }
p { color: rgb(136,52,65); }
H1.HeaderClassName
{
color: #883441;
}
.AnyTagClassName
{
color: #883441;
}
</style>
background-color css
<style>
a { background-color: #883441; }
a { background-color: rgb(136,52,65); }
div.DivClassName
{
background-color: #883441;
}
.BgClassName
{
background-color: #883441;
}
</style>
border-color css
<style>
span { border-color: #883441; }
span { border-color: rgb(136,52,65); }
td.TdClassName
{
border-color: #883441;
}
.TagClassName
{
border-color: #883441;
}
</style>