Shades of Camelot #873748
Tints of Camelot #873748
RGB
CMYK
RGB Variations
Color information
#873748 (or 0x873748) is known color: Camelot. HEX triplet: 87, 37 and 48. RGB value is (135,55,72). Sum of RGB (Red+Green+Blue) = 135+55+72=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #873748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873748 is #78C8B7. Grayscale: #505050. Windows color (decimal): -7915704 or 4732807. OLE color: 4732807.
HSL color Cylindrical-coordinate representation of color #873748: hue angle of 347.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873748 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 72 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.47 |
| HSL | 347.25º | 0.42% | 0.37% | - |
| HSV(B) | 347.25º | 0.59% | 0.53% | - |
| XYZ | 12.53 | 8.35 | 7.08 | - |
| YUV | 80.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 72 | 0 | 0.59 | 0.47 | 0.47 | 347.25 | 0.42 | 0.37 |
| Hex | 87 | 37 | 48 | 0 | 3B | 2F | 2F | 15B | 2A | 25 |
| Octal | 207 | 67 | 110 | 0 | 73 | 57 | 57 | 533 | 52 | 45 |
| Binary | 10000111 | 110111 | 1001000 | 0 | 111011 | 101111 | 101111 | 101011011 | 101010 | 100101 |
Color Harmonies of #873748
Complementary color
Monochromatic Colors of #873748
Black with #873748
Text Example
Text Example
White with #873748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873748; }
p { color: rgb(135,55,72); }
H1.HeaderClassName
{
color: #873748;
}
.AnyTagClassName
{
color: #873748;
}
</style>
background-color css
<style>
a { background-color: #873748; }
a { background-color: rgb(135,55,72); }
div.DivClassName
{
background-color: #873748;
}
.BgClassName
{
background-color: #873748;
}
</style>
border-color css
<style>
span { border-color: #873748; }
span { border-color: rgb(135,55,72); }
td.TdClassName
{
border-color: #873748;
}
.TagClassName
{
border-color: #873748;
}
</style>