Shades of Camelot #873247
Tints of Camelot #873247
RGB
CMYK
RGB Variations
Color information
#873247 (or 0x873247) is known color: Camelot. HEX triplet: 87, 32 and 47. RGB value is (135,50,71). Sum of RGB (Red+Green+Blue) = 135+50+71=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873247 is #78CDB8. Grayscale: #4D4D4D. Windows color (decimal): -7916985 or 4665991. OLE color: 4665991.
HSL color Cylindrical-coordinate representation of color #873247: hue angle of 345.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873247 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 71 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.47 |
| HSL | 345.18º | 0.46% | 0.36% | - |
| HSV(B) | 345.18º | 0.63% | 0.53% | - |
| XYZ | 12.27 | 7.89 | 6.84 | - |
| YUV | 77.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 71 | 0 | 0.63 | 0.47 | 0.47 | 345.18 | 0.46 | 0.36 |
| Hex | 87 | 32 | 47 | 0 | 3F | 2F | 2F | 159 | 2E | 24 |
| Octal | 207 | 62 | 107 | 0 | 77 | 57 | 57 | 531 | 56 | 44 |
| Binary | 10000111 | 110010 | 1000111 | 0 | 111111 | 101111 | 101111 | 101011001 | 101110 | 100100 |
Color Harmonies of #873247
Complementary color
Monochromatic Colors of #873247
Black with #873247
Text Example
Text Example
White with #873247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873247; }
p { color: rgb(135,50,71); }
H1.HeaderClassName
{
color: #873247;
}
.AnyTagClassName
{
color: #873247;
}
</style>
background-color css
<style>
a { background-color: #873247; }
a { background-color: rgb(135,50,71); }
div.DivClassName
{
background-color: #873247;
}
.BgClassName
{
background-color: #873247;
}
</style>
border-color css
<style>
span { border-color: #873247; }
span { border-color: rgb(135,50,71); }
td.TdClassName
{
border-color: #873247;
}
.TagClassName
{
border-color: #873247;
}
</style>