Shades of Camelot #904050
Tints of Camelot #904050
RGB
CMYK
RGB Variations
Color information
#904050 (or 0x904050) is known color: Camelot. HEX triplet: 90, 40 and 50. RGB value is (144,64,80). Sum of RGB (Red+Green+Blue) = 144+64+80=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904050 is #6FBFAF. Grayscale: #595959. Windows color (decimal): -7323568 or 5259408. OLE color: 5259408.
HSL color Cylindrical-coordinate representation of color #904050: hue angle of 348º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904050 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 80 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.44 |
| HSL | 348º | 0.38% | 0.41% | - |
| HSV(B) | 348º | 0.56% | 0.56% | - |
| XYZ | 14.78 | 10.18 | 8.77 | - |
| YUV | 89.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 80 | 0 | 0.56 | 0.44 | 0.44 | 348 | 0.38 | 0.41 |
| Hex | 90 | 40 | 50 | 0 | 38 | 2C | 2C | 15C | 26 | 29 |
| Octal | 220 | 100 | 120 | 0 | 70 | 54 | 54 | 534 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1010000 | 0 | 111000 | 101100 | 101100 | 101011100 | 100110 | 101001 |
Color Harmonies of #904050
Complementary color
Monochromatic Colors of #904050
Black with #904050
Text Example
Text Example
White with #904050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904050; }
p { color: rgb(144,64,80); }
H1.HeaderClassName
{
color: #904050;
}
.AnyTagClassName
{
color: #904050;
}
</style>
background-color css
<style>
a { background-color: #904050; }
a { background-color: rgb(144,64,80); }
div.DivClassName
{
background-color: #904050;
}
.BgClassName
{
background-color: #904050;
}
</style>
border-color css
<style>
span { border-color: #904050; }
span { border-color: rgb(144,64,80); }
td.TdClassName
{
border-color: #904050;
}
.TagClassName
{
border-color: #904050;
}
</style>