Shades of Camelot #903547
Tints of Camelot #903547
RGB
CMYK
RGB Variations
Color information
#903547 (or 0x903547) is known color: Camelot. HEX triplet: 90, 35 and 47. RGB value is (144,53,71). Sum of RGB (Red+Green+Blue) = 144+53+71=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #903547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903547 is #6FCAB8. Grayscale: #525252. Windows color (decimal): -7326393 or 4666768. OLE color: 4666768.
HSL color Cylindrical-coordinate representation of color #903547: hue angle of 348.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903547 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 71 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.44 |
| HSL | 348.13º | 0.46% | 0.39% | - |
| HSV(B) | 348.13º | 0.63% | 0.56% | - |
| XYZ | 13.91 | 8.93 | 6.95 | - |
| YUV | 82.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 71 | 0 | 0.63 | 0.51 | 0.44 | 348.13 | 0.46 | 0.39 |
| Hex | 90 | 35 | 47 | 0 | 3F | 33 | 2C | 15C | 2E | 27 |
| Octal | 220 | 65 | 107 | 0 | 77 | 63 | 54 | 534 | 56 | 47 |
| Binary | 10010000 | 110101 | 1000111 | 0 | 111111 | 110011 | 101100 | 101011100 | 101110 | 100111 |
Color Harmonies of #903547
Complementary color
Monochromatic Colors of #903547
Black with #903547
Text Example
Text Example
White with #903547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903547; }
p { color: rgb(144,53,71); }
H1.HeaderClassName
{
color: #903547;
}
.AnyTagClassName
{
color: #903547;
}
</style>
background-color css
<style>
a { background-color: #903547; }
a { background-color: rgb(144,53,71); }
div.DivClassName
{
background-color: #903547;
}
.BgClassName
{
background-color: #903547;
}
</style>
border-color css
<style>
span { border-color: #903547; }
span { border-color: rgb(144,53,71); }
td.TdClassName
{
border-color: #903547;
}
.TagClassName
{
border-color: #903547;
}
</style>