Shades of Camelot #883243
Tints of Camelot #883243
RGB
CMYK
RGB Variations
Color information
#883243 (or 0x883243) is known color: Camelot. HEX triplet: 88, 32 and 43. RGB value is (136,50,67). Sum of RGB (Red+Green+Blue) = 136+50+67=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883243 is #77CDBC. Grayscale: #4D4D4D. Windows color (decimal): -7851453 or 4403848. OLE color: 4403848.
HSL color Cylindrical-coordinate representation of color #883243: hue angle of 348.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883243 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 67 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.47 |
| HSL | 348.14º | 0.46% | 0.36% | - |
| HSV(B) | 348.14º | 0.63% | 0.53% | - |
| XYZ | 12.31 | 7.92 | 6.19 | - |
| YUV | 77.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 67 | 0 | 0.63 | 0.51 | 0.47 | 348.14 | 0.46 | 0.36 |
| Hex | 88 | 32 | 43 | 0 | 3F | 33 | 2F | 15C | 2E | 24 |
| Octal | 210 | 62 | 103 | 0 | 77 | 63 | 57 | 534 | 56 | 44 |
| Binary | 10001000 | 110010 | 1000011 | 0 | 111111 | 110011 | 101111 | 101011100 | 101110 | 100100 |
Color Harmonies of #883243
Complementary color
Monochromatic Colors of #883243
Black with #883243
Text Example
Text Example
White with #883243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883243; }
p { color: rgb(136,50,67); }
H1.HeaderClassName
{
color: #883243;
}
.AnyTagClassName
{
color: #883243;
}
</style>
background-color css
<style>
a { background-color: #883243; }
a { background-color: rgb(136,50,67); }
div.DivClassName
{
background-color: #883243;
}
.BgClassName
{
background-color: #883243;
}
</style>
border-color css
<style>
span { border-color: #883243; }
span { border-color: rgb(136,50,67); }
td.TdClassName
{
border-color: #883243;
}
.TagClassName
{
border-color: #883243;
}
</style>