Shades of Camelot #853A4B
Tints of Camelot #853A4B
RGB
CMYK
RGB Variations
Color information
#853A4B (or 0x853A4B) is known color: Camelot. HEX triplet: 85, 3A and 4B. RGB value is (133,58,75). Sum of RGB (Red+Green+Blue) = 133+58+75=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #853A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A4B is #7AC5B4. Grayscale: #525252. Windows color (decimal): -8046005 or 4930181. OLE color: 4930181.
HSL color Cylindrical-coordinate representation of color #853A4B: hue angle of 346.4º 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 #853A4B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 58 | 75 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.48 |
| HSL | 346.4º | 0.39% | 0.37% | - |
| HSV(B) | 346.4º | 0.56% | 0.52% | - |
| XYZ | 12.46 | 8.52 | 7.64 | - |
| YUV | 82.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 75 | 0 | 0.56 | 0.44 | 0.48 | 346.4 | 0.39 | 0.37 |
| Hex | 85 | 3A | 4B | 0 | 38 | 2C | 30 | 15A | 27 | 25 |
| Octal | 205 | 72 | 113 | 0 | 70 | 54 | 60 | 532 | 47 | 45 |
| Binary | 10000101 | 111010 | 1001011 | 0 | 111000 | 101100 | 110000 | 101011010 | 100111 | 100101 |
Color Harmonies of #853A4B
Complementary color
Monochromatic Colors of #853A4B
Black with #853A4B
Text Example
Text Example
White with #853A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A4B; }
p { color: rgb(133,58,75); }
H1.HeaderClassName
{
color: #853A4B;
}
.AnyTagClassName
{
color: #853A4B;
}
</style>
background-color css
<style>
a { background-color: #853A4B; }
a { background-color: rgb(133,58,75); }
div.DivClassName
{
background-color: #853A4B;
}
.BgClassName
{
background-color: #853A4B;
}
</style>
border-color css
<style>
span { border-color: #853A4B; }
span { border-color: rgb(133,58,75); }
td.TdClassName
{
border-color: #853A4B;
}
.TagClassName
{
border-color: #853A4B;
}
</style>