Shades of Camelot #852E42
Tints of Camelot #852E42
RGB
CMYK
RGB Variations
Color information
#852E42 (or 0x852E42) is known color: Camelot. HEX triplet: 85, 2E and 42. RGB value is (133,46,66). Sum of RGB (Red+Green+Blue) = 133+46+66=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E42 is #7AD1BD. Grayscale: #4A4A4A. Windows color (decimal): -8049086 or 4337285. OLE color: 4337285.
HSL color Cylindrical-coordinate representation of color #852E42: hue angle of 346.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E42 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 66 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.48 |
| HSL | 346.21º | 0.49% | 0.35% | - |
| HSV(B) | 346.21º | 0.65% | 0.52% | - |
| XYZ | 11.63 | 7.33 | 5.96 | - |
| YUV | 74.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 66 | 0 | 0.65 | 0.50 | 0.48 | 346.21 | 0.49 | 0.35 |
| Hex | 85 | 2E | 42 | 0 | 41 | 32 | 30 | 15A | 31 | 23 |
| Octal | 205 | 56 | 102 | 0 | 101 | 62 | 60 | 532 | 61 | 43 |
| Binary | 10000101 | 101110 | 1000010 | 0 | 1000001 | 110010 | 110000 | 101011010 | 110001 | 100011 |
Color Harmonies of #852E42
Complementary color
Monochromatic Colors of #852E42
Black with #852E42
Text Example
Text Example
White with #852E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E42; }
p { color: rgb(133,46,66); }
H1.HeaderClassName
{
color: #852E42;
}
.AnyTagClassName
{
color: #852E42;
}
</style>
background-color css
<style>
a { background-color: #852E42; }
a { background-color: rgb(133,46,66); }
div.DivClassName
{
background-color: #852E42;
}
.BgClassName
{
background-color: #852E42;
}
</style>
border-color css
<style>
span { border-color: #852E42; }
span { border-color: rgb(133,46,66); }
td.TdClassName
{
border-color: #852E42;
}
.TagClassName
{
border-color: #852E42;
}
</style>