Shades of Camelot #903647
Tints of Camelot #903647
RGB
CMYK
RGB Variations
Color information
#903647 (or 0x903647) is known color: Camelot. HEX triplet: 90, 36 and 47. RGB value is (144,54,71). Sum of RGB (Red+Green+Blue) = 144+54+71=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #903647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903647 is #6FC9B8. Grayscale: #525252. Windows color (decimal): -7326137 or 4667024. OLE color: 4667024.
HSL color Cylindrical-coordinate representation of color #903647: hue angle of 348.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903647 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 71 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.44 |
| HSL | 348.67º | 0.45% | 0.39% | - |
| HSV(B) | 348.67º | 0.63% | 0.56% | - |
| XYZ | 13.96 | 9.02 | 6.97 | - |
| YUV | 82.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 71 | 0 | 0.63 | 0.51 | 0.44 | 348.67 | 0.45 | 0.39 |
| Hex | 90 | 36 | 47 | 0 | 3F | 33 | 2C | 15D | 2D | 27 |
| Octal | 220 | 66 | 107 | 0 | 77 | 63 | 54 | 535 | 55 | 47 |
| Binary | 10010000 | 110110 | 1000111 | 0 | 111111 | 110011 | 101100 | 101011101 | 101101 | 100111 |
Color Harmonies of #903647
Complementary color
Monochromatic Colors of #903647
Black with #903647
Text Example
Text Example
White with #903647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903647; }
p { color: rgb(144,54,71); }
H1.HeaderClassName
{
color: #903647;
}
.AnyTagClassName
{
color: #903647;
}
</style>
background-color css
<style>
a { background-color: #903647; }
a { background-color: rgb(144,54,71); }
div.DivClassName
{
background-color: #903647;
}
.BgClassName
{
background-color: #903647;
}
</style>
border-color css
<style>
span { border-color: #903647; }
span { border-color: rgb(144,54,71); }
td.TdClassName
{
border-color: #903647;
}
.TagClassName
{
border-color: #903647;
}
</style>