Shades of Camelot #853243
Tints of Camelot #853243
RGB
CMYK
RGB Variations
Color information
#853243 (or 0x853243) is known color: Camelot. HEX triplet: 85, 32 and 43. RGB value is (133,50,67). Sum of RGB (Red+Green+Blue) = 133+50+67=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853243 is #7ACDBC. Grayscale: #4C4C4C. Windows color (decimal): -8048061 or 4403845. OLE color: 4403845.
HSL color Cylindrical-coordinate representation of color #853243: hue angle of 347.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853243 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 50 | 67 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.48 |
| HSL | 347.71º | 0.45% | 0.36% | - |
| HSV(B) | 347.71º | 0.62% | 0.52% | - |
| XYZ | 11.83 | 7.67 | 6.17 | - |
| YUV | 76.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 67 | 0 | 0.62 | 0.50 | 0.48 | 347.71 | 0.45 | 0.36 |
| Hex | 85 | 32 | 43 | 0 | 3E | 32 | 30 | 15C | 2D | 24 |
| Octal | 205 | 62 | 103 | 0 | 76 | 62 | 60 | 534 | 55 | 44 |
| Binary | 10000101 | 110010 | 1000011 | 0 | 111110 | 110010 | 110000 | 101011100 | 101101 | 100100 |
Color Harmonies of #853243
Complementary color
Monochromatic Colors of #853243
Black with #853243
Text Example
Text Example
White with #853243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853243; }
p { color: rgb(133,50,67); }
H1.HeaderClassName
{
color: #853243;
}
.AnyTagClassName
{
color: #853243;
}
</style>
background-color css
<style>
a { background-color: #853243; }
a { background-color: rgb(133,50,67); }
div.DivClassName
{
background-color: #853243;
}
.BgClassName
{
background-color: #853243;
}
</style>
border-color css
<style>
span { border-color: #853243; }
span { border-color: rgb(133,50,67); }
td.TdClassName
{
border-color: #853243;
}
.TagClassName
{
border-color: #853243;
}
</style>