Shades of Camelot #852F43
Tints of Camelot #852F43
RGB
CMYK
RGB Variations
Color information
#852F43 (or 0x852F43) is known color: Camelot. HEX triplet: 85, 2F and 43. RGB value is (133,47,67). Sum of RGB (Red+Green+Blue) = 133+47+67=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F43 is #7AD0BC. Grayscale: #4B4B4B. Windows color (decimal): -8048829 or 4403077. OLE color: 4403077.
HSL color Cylindrical-coordinate representation of color #852F43: hue angle of 346.05º degrees, saturation: 0.48, 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 #852F43 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 47 | 67 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.48 |
| HSL | 346.05º | 0.48% | 0.35% | - |
| HSV(B) | 346.05º | 0.65% | 0.52% | - |
| XYZ | 11.7 | 7.42 | 6.13 | - |
| YUV | 74.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 67 | 0 | 0.65 | 0.50 | 0.48 | 346.05 | 0.48 | 0.35 |
| Hex | 85 | 2F | 43 | 0 | 41 | 32 | 30 | 15A | 30 | 23 |
| Octal | 205 | 57 | 103 | 0 | 101 | 62 | 60 | 532 | 60 | 43 |
| Binary | 10000101 | 101111 | 1000011 | 0 | 1000001 | 110010 | 110000 | 101011010 | 110000 | 100011 |
Color Harmonies of #852F43
Complementary color
Monochromatic Colors of #852F43
Black with #852F43
Text Example
Text Example
White with #852F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852F43; }
p { color: rgb(133,47,67); }
H1.HeaderClassName
{
color: #852F43;
}
.AnyTagClassName
{
color: #852F43;
}
</style>
background-color css
<style>
a { background-color: #852F43; }
a { background-color: rgb(133,47,67); }
div.DivClassName
{
background-color: #852F43;
}
.BgClassName
{
background-color: #852F43;
}
</style>
border-color css
<style>
span { border-color: #852F43; }
span { border-color: rgb(133,47,67); }
td.TdClassName
{
border-color: #852F43;
}
.TagClassName
{
border-color: #852F43;
}
</style>