Shades of Camelot #853A4E
Tints of Camelot #853A4E
RGB
CMYK
RGB Variations
Color information
#853A4E (or 0x853A4E) is known color: Camelot. HEX triplet: 85, 3A and 4E. RGB value is (133,58,78). Sum of RGB (Red+Green+Blue) = 133+58+78=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A4E is #7AC5B1. Grayscale: #525252. Windows color (decimal): -8046002 or 5126789. OLE color: 5126789.
HSL color Cylindrical-coordinate representation of color #853A4E: hue angle of 344º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A4E is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 78 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.48 |
| HSL | 344º | 0.39% | 0.37% | - |
| HSV(B) | 344º | 0.56% | 0.52% | - |
| XYZ | 12.56 | 8.56 | 8.2 | - |
| YUV | 82.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 78 | 0 | 0.56 | 0.41 | 0.48 | 344 | 0.39 | 0.37 |
| Hex | 85 | 3A | 4E | 0 | 38 | 29 | 30 | 158 | 27 | 25 |
| Octal | 205 | 72 | 116 | 0 | 70 | 51 | 60 | 530 | 47 | 45 |
| Binary | 10000101 | 111010 | 1001110 | 0 | 111000 | 101001 | 110000 | 101011000 | 100111 | 100101 |
Color Harmonies of #853A4E
Complementary color
Monochromatic Colors of #853A4E
Black with #853A4E
Text Example
Text Example
White with #853A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A4E; }
p { color: rgb(133,58,78); }
H1.HeaderClassName
{
color: #853A4E;
}
.AnyTagClassName
{
color: #853A4E;
}
</style>
background-color css
<style>
a { background-color: #853A4E; }
a { background-color: rgb(133,58,78); }
div.DivClassName
{
background-color: #853A4E;
}
.BgClassName
{
background-color: #853A4E;
}
</style>
border-color css
<style>
span { border-color: #853A4E; }
span { border-color: rgb(133,58,78); }
td.TdClassName
{
border-color: #853A4E;
}
.TagClassName
{
border-color: #853A4E;
}
</style>