Shades of Camelot #853147
Tints of Camelot #853147
RGB
CMYK
RGB Variations
Color information
#853147 (or 0x853147) is known color: Camelot. HEX triplet: 85, 31 and 47. RGB value is (133,49,71). Sum of RGB (Red+Green+Blue) = 133+49+71=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853147 is #7ACEB8. Grayscale: #4C4C4C. Windows color (decimal): -8048313 or 4665733. OLE color: 4665733.
HSL color Cylindrical-coordinate representation of color #853147: hue angle of 344.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853147 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 71 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.48 |
| HSL | 344.29º | 0.46% | 0.36% | - |
| HSV(B) | 344.29º | 0.63% | 0.52% | - |
| XYZ | 11.91 | 7.64 | 6.81 | - |
| YUV | 76.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 71 | 0 | 0.63 | 0.47 | 0.48 | 344.29 | 0.46 | 0.36 |
| Hex | 85 | 31 | 47 | 0 | 3F | 2F | 30 | 158 | 2E | 24 |
| Octal | 205 | 61 | 107 | 0 | 77 | 57 | 60 | 530 | 56 | 44 |
| Binary | 10000101 | 110001 | 1000111 | 0 | 111111 | 101111 | 110000 | 101011000 | 101110 | 100100 |
Color Harmonies of #853147
Complementary color
Monochromatic Colors of #853147
Black with #853147
Text Example
Text Example
White with #853147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853147; }
p { color: rgb(133,49,71); }
H1.HeaderClassName
{
color: #853147;
}
.AnyTagClassName
{
color: #853147;
}
</style>
background-color css
<style>
a { background-color: #853147; }
a { background-color: rgb(133,49,71); }
div.DivClassName
{
background-color: #853147;
}
.BgClassName
{
background-color: #853147;
}
</style>
border-color css
<style>
span { border-color: #853147; }
span { border-color: rgb(133,49,71); }
td.TdClassName
{
border-color: #853147;
}
.TagClassName
{
border-color: #853147;
}
</style>