Shades of Camelot #853348
Tints of Camelot #853348
RGB
CMYK
RGB Variations
Color information
#853348 (or 0x853348) is known color: Camelot. HEX triplet: 85, 33 and 48. RGB value is (133,51,72). Sum of RGB (Red+Green+Blue) = 133+51+72=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #853348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853348 is #7ACCB7. Grayscale: #4D4D4D. Windows color (decimal): -8047800 or 4731781. OLE color: 4731781.
HSL color Cylindrical-coordinate representation of color #853348: hue angle of 344.63º 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 #853348 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 72 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.48 |
| HSL | 344.63º | 0.45% | 0.36% | - |
| HSV(B) | 344.63º | 0.62% | 0.52% | - |
| XYZ | 12.03 | 7.82 | 7.01 | - |
| YUV | 77.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 72 | 0 | 0.62 | 0.46 | 0.48 | 344.63 | 0.45 | 0.36 |
| Hex | 85 | 33 | 48 | 0 | 3E | 2E | 30 | 159 | 2D | 24 |
| Octal | 205 | 63 | 110 | 0 | 76 | 56 | 60 | 531 | 55 | 44 |
| Binary | 10000101 | 110011 | 1001000 | 0 | 111110 | 101110 | 110000 | 101011001 | 101101 | 100100 |
Color Harmonies of #853348
Complementary color
Monochromatic Colors of #853348
Black with #853348
Text Example
Text Example
White with #853348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853348; }
p { color: rgb(133,51,72); }
H1.HeaderClassName
{
color: #853348;
}
.AnyTagClassName
{
color: #853348;
}
</style>
background-color css
<style>
a { background-color: #853348; }
a { background-color: rgb(133,51,72); }
div.DivClassName
{
background-color: #853348;
}
.BgClassName
{
background-color: #853348;
}
</style>
border-color css
<style>
span { border-color: #853348; }
span { border-color: rgb(133,51,72); }
td.TdClassName
{
border-color: #853348;
}
.TagClassName
{
border-color: #853348;
}
</style>