Shades of Camelot #853648
Tints of Camelot #853648
RGB
CMYK
RGB Variations
Color information
#853648 (or 0x853648) is known color: Camelot. HEX triplet: 85, 36 and 48. RGB value is (133,54,72). Sum of RGB (Red+Green+Blue) = 133+54+72=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #853648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853648 is #7AC9B7. Grayscale: #4F4F4F. Windows color (decimal): -8047032 or 4732549. OLE color: 4732549.
HSL color Cylindrical-coordinate representation of color #853648: hue angle of 346.33º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853648 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 72 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.48 |
| HSL | 346.33º | 0.42% | 0.37% | - |
| HSV(B) | 346.33º | 0.59% | 0.52% | - |
| XYZ | 12.16 | 8.09 | 7.05 | - |
| YUV | 79.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 72 | 0 | 0.59 | 0.46 | 0.48 | 346.33 | 0.42 | 0.37 |
| Hex | 85 | 36 | 48 | 0 | 3B | 2E | 30 | 15A | 2A | 25 |
| Octal | 205 | 66 | 110 | 0 | 73 | 56 | 60 | 532 | 52 | 45 |
| Binary | 10000101 | 110110 | 1001000 | 0 | 111011 | 101110 | 110000 | 101011010 | 101010 | 100101 |
Color Harmonies of #853648
Complementary color
Monochromatic Colors of #853648
Black with #853648
Text Example
Text Example
White with #853648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853648; }
p { color: rgb(133,54,72); }
H1.HeaderClassName
{
color: #853648;
}
.AnyTagClassName
{
color: #853648;
}
</style>
background-color css
<style>
a { background-color: #853648; }
a { background-color: rgb(133,54,72); }
div.DivClassName
{
background-color: #853648;
}
.BgClassName
{
background-color: #853648;
}
</style>
border-color css
<style>
span { border-color: #853648; }
span { border-color: rgb(133,54,72); }
td.TdClassName
{
border-color: #853648;
}
.TagClassName
{
border-color: #853648;
}
</style>