Shades of Camelot #873145
Tints of Camelot #873145
RGB
CMYK
RGB Variations
Color information
#873145 (or 0x873145) is known color: Camelot. HEX triplet: 87, 31 and 45. RGB value is (135,49,69). Sum of RGB (Red+Green+Blue) = 135+49+69=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #873145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873145 is #78CEBA. Grayscale: #4D4D4D. Windows color (decimal): -7917243 or 4534663. OLE color: 4534663.
HSL color Cylindrical-coordinate representation of color #873145: hue angle of 346.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873145 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 69 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.47 |
| HSL | 346.05º | 0.47% | 0.36% | - |
| HSV(B) | 346.05º | 0.64% | 0.53% | - |
| XYZ | 12.16 | 7.78 | 6.49 | - |
| YUV | 76.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 69 | 0 | 0.64 | 0.49 | 0.47 | 346.05 | 0.47 | 0.36 |
| Hex | 87 | 31 | 45 | 0 | 40 | 31 | 2F | 15A | 2F | 24 |
| Octal | 207 | 61 | 105 | 0 | 100 | 61 | 57 | 532 | 57 | 44 |
| Binary | 10000111 | 110001 | 1000101 | 0 | 1000000 | 110001 | 101111 | 101011010 | 101111 | 100100 |
Color Harmonies of #873145
Complementary color
Monochromatic Colors of #873145
Black with #873145
Text Example
Text Example
White with #873145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873145; }
p { color: rgb(135,49,69); }
H1.HeaderClassName
{
color: #873145;
}
.AnyTagClassName
{
color: #873145;
}
</style>
background-color css
<style>
a { background-color: #873145; }
a { background-color: rgb(135,49,69); }
div.DivClassName
{
background-color: #873145;
}
.BgClassName
{
background-color: #873145;
}
</style>
border-color css
<style>
span { border-color: #873145; }
span { border-color: rgb(135,49,69); }
td.TdClassName
{
border-color: #873145;
}
.TagClassName
{
border-color: #873145;
}
</style>