Shades of Camelot #853F4B
Tints of Camelot #853F4B
RGB
CMYK
RGB Variations
Color information
#853F4B (or 0x853F4B) is known color: Camelot. HEX triplet: 85, 3F and 4B. RGB value is (133,63,75). Sum of RGB (Red+Green+Blue) = 133+63+75=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F4B is #7AC0B4. Grayscale: #555555. Windows color (decimal): -8044725 or 4931461. OLE color: 4931461.
HSL color Cylindrical-coordinate representation of color #853F4B: hue angle of 349.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F4B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 75 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.48 |
| HSL | 349.71º | 0.36% | 0.38% | - |
| HSV(B) | 349.71º | 0.53% | 0.52% | - |
| XYZ | 12.72 | 9.05 | 7.73 | - |
| YUV | 85.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 75 | 0 | 0.53 | 0.44 | 0.48 | 349.71 | 0.36 | 0.38 |
| Hex | 85 | 3F | 4B | 0 | 35 | 2C | 30 | 15E | 24 | 26 |
| Octal | 205 | 77 | 113 | 0 | 65 | 54 | 60 | 536 | 44 | 46 |
| Binary | 10000101 | 111111 | 1001011 | 0 | 110101 | 101100 | 110000 | 101011110 | 100100 | 100110 |
Color Harmonies of #853F4B
Complementary color
Monochromatic Colors of #853F4B
Black with #853F4B
Text Example
Text Example
White with #853F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F4B; }
p { color: rgb(133,63,75); }
H1.HeaderClassName
{
color: #853F4B;
}
.AnyTagClassName
{
color: #853F4B;
}
</style>
background-color css
<style>
a { background-color: #853F4B; }
a { background-color: rgb(133,63,75); }
div.DivClassName
{
background-color: #853F4B;
}
.BgClassName
{
background-color: #853F4B;
}
</style>
border-color css
<style>
span { border-color: #853F4B; }
span { border-color: rgb(133,63,75); }
td.TdClassName
{
border-color: #853F4B;
}
.TagClassName
{
border-color: #853F4B;
}
</style>