Shades of Camelot #85384B
Tints of Camelot #85384B
RGB
CMYK
RGB Variations
Color information
#85384B (or 0x85384B) is known color: Camelot. HEX triplet: 85, 38 and 4B. RGB value is (133,56,75). Sum of RGB (Red+Green+Blue) = 133+56+75=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85384B is #7AC7B4. Grayscale: #515151. Windows color (decimal): -8046517 or 4929669. OLE color: 4929669.
HSL color Cylindrical-coordinate representation of color #85384B: hue angle of 345.19º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85384B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 75 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.48 |
| HSL | 345.19º | 0.41% | 0.37% | - |
| HSV(B) | 345.19º | 0.58% | 0.52% | - |
| XYZ | 12.36 | 8.32 | 7.61 | - |
| YUV | 81.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 75 | 0 | 0.58 | 0.44 | 0.48 | 345.19 | 0.41 | 0.37 |
| Hex | 85 | 38 | 4B | 0 | 3A | 2C | 30 | 159 | 29 | 25 |
| Octal | 205 | 70 | 113 | 0 | 72 | 54 | 60 | 531 | 51 | 45 |
| Binary | 10000101 | 111000 | 1001011 | 0 | 111010 | 101100 | 110000 | 101011001 | 101001 | 100101 |
Color Harmonies of #85384B
Complementary color
Monochromatic Colors of #85384B
Black with #85384B
Text Example
Text Example
White with #85384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85384B; }
p { color: rgb(133,56,75); }
H1.HeaderClassName
{
color: #85384B;
}
.AnyTagClassName
{
color: #85384B;
}
</style>
background-color css
<style>
a { background-color: #85384B; }
a { background-color: rgb(133,56,75); }
div.DivClassName
{
background-color: #85384B;
}
.BgClassName
{
background-color: #85384B;
}
</style>
border-color css
<style>
span { border-color: #85384B; }
span { border-color: rgb(133,56,75); }
td.TdClassName
{
border-color: #85384B;
}
.TagClassName
{
border-color: #85384B;
}
</style>