Shades of Camelot #85334A
Tints of Camelot #85334A
RGB
CMYK
RGB Variations
Color information
#85334A (or 0x85334A) is known color: Camelot. HEX triplet: 85, 33 and 4A. RGB value is (133,51,74). Sum of RGB (Red+Green+Blue) = 133+51+74=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85334A is #7ACCB5. Grayscale: #4E4E4E. Windows color (decimal): -8047798 or 4862853. OLE color: 4862853.
HSL color Cylindrical-coordinate representation of color #85334A: hue angle of 343.17º 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 #85334A is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 51 | 74 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.48 |
| HSL | 343.17º | 0.45% | 0.36% | - |
| HSV(B) | 343.17º | 0.62% | 0.52% | - |
| XYZ | 12.09 | 7.85 | 7.36 | - |
| YUV | 78.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 74 | 0 | 0.62 | 0.44 | 0.48 | 343.17 | 0.45 | 0.36 |
| Hex | 85 | 33 | 4A | 0 | 3E | 2C | 30 | 157 | 2D | 24 |
| Octal | 205 | 63 | 112 | 0 | 76 | 54 | 60 | 527 | 55 | 44 |
| Binary | 10000101 | 110011 | 1001010 | 0 | 111110 | 101100 | 110000 | 101010111 | 101101 | 100100 |
Color Harmonies of #85334A
Complementary color
Monochromatic Colors of #85334A
Black with #85334A
Text Example
Text Example
White with #85334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85334A; }
p { color: rgb(133,51,74); }
H1.HeaderClassName
{
color: #85334A;
}
.AnyTagClassName
{
color: #85334A;
}
</style>
background-color css
<style>
a { background-color: #85334A; }
a { background-color: rgb(133,51,74); }
div.DivClassName
{
background-color: #85334A;
}
.BgClassName
{
background-color: #85334A;
}
</style>
border-color css
<style>
span { border-color: #85334A; }
span { border-color: rgb(133,51,74); }
td.TdClassName
{
border-color: #85334A;
}
.TagClassName
{
border-color: #85334A;
}
</style>