Shades of Camelot #853A50
Tints of Camelot #853A50
RGB
CMYK
RGB Variations
Color information
#853A50 (or 0x853A50) is known color: Camelot. HEX triplet: 85, 3A and 50. RGB value is (133,58,80). Sum of RGB (Red+Green+Blue) = 133+58+80=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A50 is #7AC5AF. Grayscale: #525252. Windows color (decimal): -8046000 or 5257861. OLE color: 5257861.
HSL color Cylindrical-coordinate representation of color #853A50: hue angle of 342.4º 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 #853A50 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 80 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.48 |
| HSL | 342.4º | 0.39% | 0.37% | - |
| HSV(B) | 342.4º | 0.56% | 0.52% | - |
| XYZ | 12.63 | 8.59 | 8.58 | - |
| YUV | 82.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 80 | 0 | 0.56 | 0.40 | 0.48 | 342.4 | 0.39 | 0.37 |
| Hex | 85 | 3A | 50 | 0 | 38 | 28 | 30 | 156 | 27 | 25 |
| Octal | 205 | 72 | 120 | 0 | 70 | 50 | 60 | 526 | 47 | 45 |
| Binary | 10000101 | 111010 | 1010000 | 0 | 111000 | 101000 | 110000 | 101010110 | 100111 | 100101 |
Color Harmonies of #853A50
Complementary color
Monochromatic Colors of #853A50
Black with #853A50
Text Example
Text Example
White with #853A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A50; }
p { color: rgb(133,58,80); }
H1.HeaderClassName
{
color: #853A50;
}
.AnyTagClassName
{
color: #853A50;
}
</style>
background-color css
<style>
a { background-color: #853A50; }
a { background-color: rgb(133,58,80); }
div.DivClassName
{
background-color: #853A50;
}
.BgClassName
{
background-color: #853A50;
}
</style>
border-color css
<style>
span { border-color: #853A50; }
span { border-color: rgb(133,58,80); }
td.TdClassName
{
border-color: #853A50;
}
.TagClassName
{
border-color: #853A50;
}
</style>