Shades of Camelot #853142
Tints of Camelot #853142
RGB
CMYK
RGB Variations
Color information
#853142 (or 0x853142) is known color: Camelot. HEX triplet: 85, 31 and 42. RGB value is (133,49,66). Sum of RGB (Red+Green+Blue) = 133+49+66=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853142 is #7ACEBD. Grayscale: #4C4C4C. Windows color (decimal): -8048318 or 4338053. OLE color: 4338053.
HSL color Cylindrical-coordinate representation of color #853142: hue angle of 347.86º 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 #853142 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 66 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.48 |
| HSL | 347.86º | 0.46% | 0.36% | - |
| HSV(B) | 347.86º | 0.63% | 0.52% | - |
| XYZ | 11.75 | 7.58 | 6 | - |
| YUV | 76.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 66 | 0 | 0.63 | 0.50 | 0.48 | 347.86 | 0.46 | 0.36 |
| Hex | 85 | 31 | 42 | 0 | 3F | 32 | 30 | 15C | 2E | 24 |
| Octal | 205 | 61 | 102 | 0 | 77 | 62 | 60 | 534 | 56 | 44 |
| Binary | 10000101 | 110001 | 1000010 | 0 | 111111 | 110010 | 110000 | 101011100 | 101110 | 100100 |
Color Harmonies of #853142
Complementary color
Monochromatic Colors of #853142
Black with #853142
Text Example
Text Example
White with #853142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853142; }
p { color: rgb(133,49,66); }
H1.HeaderClassName
{
color: #853142;
}
.AnyTagClassName
{
color: #853142;
}
</style>
background-color css
<style>
a { background-color: #853142; }
a { background-color: rgb(133,49,66); }
div.DivClassName
{
background-color: #853142;
}
.BgClassName
{
background-color: #853142;
}
</style>
border-color css
<style>
span { border-color: #853142; }
span { border-color: rgb(133,49,66); }
td.TdClassName
{
border-color: #853142;
}
.TagClassName
{
border-color: #853142;
}
</style>