Shades of Camelot #85344C
Tints of Camelot #85344C
RGB
CMYK
RGB Variations
Color information
#85344C (or 0x85344C) is known color: Camelot. HEX triplet: 85, 34 and 4C. RGB value is (133,52,76). Sum of RGB (Red+Green+Blue) = 133+52+76=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85344C is #7ACBB3. Grayscale: #4E4E4E. Windows color (decimal): -8047540 or 4994181. OLE color: 4994181.
HSL color Cylindrical-coordinate representation of color #85344C: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85344C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 52 | 76 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.48 |
| HSL | 342.22º | 0.44% | 0.36% | - |
| HSV(B) | 342.22º | 0.61% | 0.52% | - |
| XYZ | 12.21 | 7.96 | 7.73 | - |
| YUV | 78.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 76 | 0 | 0.61 | 0.43 | 0.48 | 342.22 | 0.44 | 0.36 |
| Hex | 85 | 34 | 4C | 0 | 3D | 2B | 30 | 156 | 2C | 24 |
| Octal | 205 | 64 | 114 | 0 | 75 | 53 | 60 | 526 | 54 | 44 |
| Binary | 10000101 | 110100 | 1001100 | 0 | 111101 | 101011 | 110000 | 101010110 | 101100 | 100100 |
Color Harmonies of #85344C
Complementary color
Monochromatic Colors of #85344C
Black with #85344C
Text Example
Text Example
White with #85344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85344C; }
p { color: rgb(133,52,76); }
H1.HeaderClassName
{
color: #85344C;
}
.AnyTagClassName
{
color: #85344C;
}
</style>
background-color css
<style>
a { background-color: #85344C; }
a { background-color: rgb(133,52,76); }
div.DivClassName
{
background-color: #85344C;
}
.BgClassName
{
background-color: #85344C;
}
</style>
border-color css
<style>
span { border-color: #85344C; }
span { border-color: rgb(133,52,76); }
td.TdClassName
{
border-color: #85344C;
}
.TagClassName
{
border-color: #85344C;
}
</style>