Shades of Camelot #853045
Tints of Camelot #853045
RGB
CMYK
RGB Variations
Color information
#853045 (or 0x853045) is known color: Camelot. HEX triplet: 85, 30 and 45. RGB value is (133,48,69). Sum of RGB (Red+Green+Blue) = 133+48+69=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853045 is #7ACFBA. Grayscale: #4B4B4B. Windows color (decimal): -8048571 or 4534405. OLE color: 4534405.
HSL color Cylindrical-coordinate representation of color #853045: hue angle of 345.18º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853045 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 69 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.48 |
| HSL | 345.18º | 0.47% | 0.35% | - |
| HSV(B) | 345.18º | 0.64% | 0.52% | - |
| XYZ | 11.8 | 7.53 | 6.46 | - |
| YUV | 75.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 69 | 0 | 0.64 | 0.48 | 0.48 | 345.18 | 0.47 | 0.35 |
| Hex | 85 | 30 | 45 | 0 | 40 | 30 | 30 | 159 | 2F | 23 |
| Octal | 205 | 60 | 105 | 0 | 100 | 60 | 60 | 531 | 57 | 43 |
| Binary | 10000101 | 110000 | 1000101 | 0 | 1000000 | 110000 | 110000 | 101011001 | 101111 | 100011 |
Color Harmonies of #853045
Complementary color
Monochromatic Colors of #853045
Black with #853045
Text Example
Text Example
White with #853045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853045; }
p { color: rgb(133,48,69); }
H1.HeaderClassName
{
color: #853045;
}
.AnyTagClassName
{
color: #853045;
}
</style>
background-color css
<style>
a { background-color: #853045; }
a { background-color: rgb(133,48,69); }
div.DivClassName
{
background-color: #853045;
}
.BgClassName
{
background-color: #853045;
}
</style>
border-color css
<style>
span { border-color: #853045; }
span { border-color: rgb(133,48,69); }
td.TdClassName
{
border-color: #853045;
}
.TagClassName
{
border-color: #853045;
}
</style>