Shades of Camelot #903C4E
Tints of Camelot #903C4E
RGB
CMYK
RGB Variations
Color information
#903C4E (or 0x903C4E) is known color: Camelot. HEX triplet: 90, 3C and 4E. RGB value is (144,60,78). Sum of RGB (Red+Green+Blue) = 144+60+78=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #903C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903C4E is #6FC3B1. Grayscale: #575757. Windows color (decimal): -7324594 or 5127312. OLE color: 5127312.
HSL color Cylindrical-coordinate representation of color #903C4E: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903C4E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 78 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.44 |
| HSL | 347.14º | 0.41% | 0.4% | - |
| HSV(B) | 347.14º | 0.58% | 0.56% | - |
| XYZ | 14.49 | 9.71 | 8.32 | - |
| YUV | 87.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 78 | 0 | 0.58 | 0.46 | 0.44 | 347.14 | 0.41 | 0.4 |
| Hex | 90 | 3C | 4E | 0 | 3A | 2E | 2C | 15B | 29 | 28 |
| Octal | 220 | 74 | 116 | 0 | 72 | 56 | 54 | 533 | 51 | 50 |
| Binary | 10010000 | 111100 | 1001110 | 0 | 111010 | 101110 | 101100 | 101011011 | 101001 | 101000 |
Color Harmonies of #903C4E
Complementary color
Monochromatic Colors of #903C4E
Black with #903C4E
Text Example
Text Example
White with #903C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C4E; }
p { color: rgb(144,60,78); }
H1.HeaderClassName
{
color: #903C4E;
}
.AnyTagClassName
{
color: #903C4E;
}
</style>
background-color css
<style>
a { background-color: #903C4E; }
a { background-color: rgb(144,60,78); }
div.DivClassName
{
background-color: #903C4E;
}
.BgClassName
{
background-color: #903C4E;
}
</style>
border-color css
<style>
span { border-color: #903C4E; }
span { border-color: rgb(144,60,78); }
td.TdClassName
{
border-color: #903C4E;
}
.TagClassName
{
border-color: #903C4E;
}
</style>