Shades of Camelot #903A47
Tints of Camelot #903A47
RGB
CMYK
RGB Variations
Color information
#903A47 (or 0x903A47) is known color: Camelot. HEX triplet: 90, 3A and 47. RGB value is (144,58,71). Sum of RGB (Red+Green+Blue) = 144+58+71=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #903A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903A47 is #6FC5B8. Grayscale: #555555. Windows color (decimal): -7325113 or 4668048. OLE color: 4668048.
HSL color Cylindrical-coordinate representation of color #903A47: hue angle of 350.93º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903A47 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 71 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.44 |
| HSL | 350.93º | 0.43% | 0.4% | - |
| HSV(B) | 350.93º | 0.6% | 0.56% | - |
| XYZ | 14.15 | 9.41 | 7.03 | - |
| YUV | 85.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 71 | 0 | 0.60 | 0.51 | 0.44 | 350.93 | 0.43 | 0.4 |
| Hex | 90 | 3A | 47 | 0 | 3C | 33 | 2C | 15F | 2B | 28 |
| Octal | 220 | 72 | 107 | 0 | 74 | 63 | 54 | 537 | 53 | 50 |
| Binary | 10010000 | 111010 | 1000111 | 0 | 111100 | 110011 | 101100 | 101011111 | 101011 | 101000 |
Color Harmonies of #903A47
Complementary color
Monochromatic Colors of #903A47
Black with #903A47
Text Example
Text Example
White with #903A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A47; }
p { color: rgb(144,58,71); }
H1.HeaderClassName
{
color: #903A47;
}
.AnyTagClassName
{
color: #903A47;
}
</style>
background-color css
<style>
a { background-color: #903A47; }
a { background-color: rgb(144,58,71); }
div.DivClassName
{
background-color: #903A47;
}
.BgClassName
{
background-color: #903A47;
}
</style>
border-color css
<style>
span { border-color: #903A47; }
span { border-color: rgb(144,58,71); }
td.TdClassName
{
border-color: #903A47;
}
.TagClassName
{
border-color: #903A47;
}
</style>