Shades of Camelot #873443
Tints of Camelot #873443
RGB
CMYK
RGB Variations
Color information
#873443 (or 0x873443) is known color: Camelot. HEX triplet: 87, 34 and 43. RGB value is (135,52,67). Sum of RGB (Red+Green+Blue) = 135+52+67=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #873443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873443 is #78CBBC. Grayscale: #4E4E4E. Windows color (decimal): -7916477 or 4404359. OLE color: 4404359.
HSL color Cylindrical-coordinate representation of color #873443: hue angle of 349.16º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873443 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 67 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.47 |
| HSL | 349.16º | 0.44% | 0.37% | - |
| HSV(B) | 349.16º | 0.61% | 0.53% | - |
| XYZ | 12.23 | 8.01 | 6.21 | - |
| YUV | 78.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 67 | 0 | 0.61 | 0.50 | 0.47 | 349.16 | 0.44 | 0.37 |
| Hex | 87 | 34 | 43 | 0 | 3D | 32 | 2F | 15D | 2C | 25 |
| Octal | 207 | 64 | 103 | 0 | 75 | 62 | 57 | 535 | 54 | 45 |
| Binary | 10000111 | 110100 | 1000011 | 0 | 111101 | 110010 | 101111 | 101011101 | 101100 | 100101 |
Color Harmonies of #873443
Complementary color
Monochromatic Colors of #873443
Black with #873443
Text Example
Text Example
White with #873443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873443; }
p { color: rgb(135,52,67); }
H1.HeaderClassName
{
color: #873443;
}
.AnyTagClassName
{
color: #873443;
}
</style>
background-color css
<style>
a { background-color: #873443; }
a { background-color: rgb(135,52,67); }
div.DivClassName
{
background-color: #873443;
}
.BgClassName
{
background-color: #873443;
}
</style>
border-color css
<style>
span { border-color: #873443; }
span { border-color: rgb(135,52,67); }
td.TdClassName
{
border-color: #873443;
}
.TagClassName
{
border-color: #873443;
}
</style>