Shades of Camelot #853A4D
Tints of Camelot #853A4D
RGB
CMYK
RGB Variations
Color information
#853A4D (or 0x853A4D) is known color: Camelot. HEX triplet: 85, 3A and 4D. RGB value is (133,58,77). Sum of RGB (Red+Green+Blue) = 133+58+77=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #853A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A4D is #7AC5B2. Grayscale: #525252. Windows color (decimal): -8046003 or 5061253. OLE color: 5061253.
HSL color Cylindrical-coordinate representation of color #853A4D: hue angle of 344.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A4D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 77 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.48 |
| HSL | 344.8º | 0.39% | 0.37% | - |
| HSV(B) | 344.8º | 0.56% | 0.52% | - |
| XYZ | 12.53 | 8.55 | 8.01 | - |
| YUV | 82.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 77 | 0 | 0.56 | 0.42 | 0.48 | 344.8 | 0.39 | 0.37 |
| Hex | 85 | 3A | 4D | 0 | 38 | 2A | 30 | 159 | 27 | 25 |
| Octal | 205 | 72 | 115 | 0 | 70 | 52 | 60 | 531 | 47 | 45 |
| Binary | 10000101 | 111010 | 1001101 | 0 | 111000 | 101010 | 110000 | 101011001 | 100111 | 100101 |
Color Harmonies of #853A4D
Complementary color
Monochromatic Colors of #853A4D
Black with #853A4D
Text Example
Text Example
White with #853A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A4D; }
p { color: rgb(133,58,77); }
H1.HeaderClassName
{
color: #853A4D;
}
.AnyTagClassName
{
color: #853A4D;
}
</style>
background-color css
<style>
a { background-color: #853A4D; }
a { background-color: rgb(133,58,77); }
div.DivClassName
{
background-color: #853A4D;
}
.BgClassName
{
background-color: #853A4D;
}
</style>
border-color css
<style>
span { border-color: #853A4D; }
span { border-color: rgb(133,58,77); }
td.TdClassName
{
border-color: #853A4D;
}
.TagClassName
{
border-color: #853A4D;
}
</style>