Shades of Camelot #873445
Tints of Camelot #873445
RGB
CMYK
RGB Variations
Color information
#873445 (or 0x873445) is known color: Camelot. HEX triplet: 87, 34 and 45. RGB value is (135,52,69). Sum of RGB (Red+Green+Blue) = 135+52+69=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873445 is #78CBBA. Grayscale: #4E4E4E. Windows color (decimal): -7916475 or 4535431. OLE color: 4535431.
HSL color Cylindrical-coordinate representation of color #873445: hue angle of 347.71º 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 #873445 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 69 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.47 |
| HSL | 347.71º | 0.44% | 0.37% | - |
| HSV(B) | 347.71º | 0.61% | 0.53% | - |
| XYZ | 12.29 | 8.04 | 6.53 | - |
| YUV | 78.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 69 | 0 | 0.61 | 0.49 | 0.47 | 347.71 | 0.44 | 0.37 |
| Hex | 87 | 34 | 45 | 0 | 3D | 31 | 2F | 15C | 2C | 25 |
| Octal | 207 | 64 | 105 | 0 | 75 | 61 | 57 | 534 | 54 | 45 |
| Binary | 10000111 | 110100 | 1000101 | 0 | 111101 | 110001 | 101111 | 101011100 | 101100 | 100101 |
Color Harmonies of #873445
Complementary color
Monochromatic Colors of #873445
Black with #873445
Text Example
Text Example
White with #873445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873445; }
p { color: rgb(135,52,69); }
H1.HeaderClassName
{
color: #873445;
}
.AnyTagClassName
{
color: #873445;
}
</style>
background-color css
<style>
a { background-color: #873445; }
a { background-color: rgb(135,52,69); }
div.DivClassName
{
background-color: #873445;
}
.BgClassName
{
background-color: #873445;
}
</style>
border-color css
<style>
span { border-color: #873445; }
span { border-color: rgb(135,52,69); }
td.TdClassName
{
border-color: #873445;
}
.TagClassName
{
border-color: #873445;
}
</style>