Shades of Camelot #903A4D
Tints of Camelot #903A4D
RGB
CMYK
RGB Variations
Color information
#903A4D (or 0x903A4D) is known color: Camelot. HEX triplet: 90, 3A and 4D. RGB value is (144,58,77). Sum of RGB (Red+Green+Blue) = 144+58+77=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #903A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A4D is #6FC5B2. Grayscale: #555555. Windows color (decimal): -7325107 or 5061264. OLE color: 5061264.
HSL color Cylindrical-coordinate representation of color #903A4D: hue angle of 346.74º 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 #903A4D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 77 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.44 |
| HSL | 346.74º | 0.43% | 0.4% | - |
| HSV(B) | 346.74º | 0.6% | 0.56% | - |
| XYZ | 14.35 | 9.49 | 8.1 | - |
| YUV | 85.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 77 | 0 | 0.60 | 0.47 | 0.44 | 346.74 | 0.43 | 0.4 |
| Hex | 90 | 3A | 4D | 0 | 3C | 2F | 2C | 15B | 2B | 28 |
| Octal | 220 | 72 | 115 | 0 | 74 | 57 | 54 | 533 | 53 | 50 |
| Binary | 10010000 | 111010 | 1001101 | 0 | 111100 | 101111 | 101100 | 101011011 | 101011 | 101000 |
Color Harmonies of #903A4D
Complementary color
Monochromatic Colors of #903A4D
Black with #903A4D
Text Example
Text Example
White with #903A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A4D; }
p { color: rgb(144,58,77); }
H1.HeaderClassName
{
color: #903A4D;
}
.AnyTagClassName
{
color: #903A4D;
}
</style>
background-color css
<style>
a { background-color: #903A4D; }
a { background-color: rgb(144,58,77); }
div.DivClassName
{
background-color: #903A4D;
}
.BgClassName
{
background-color: #903A4D;
}
</style>
border-color css
<style>
span { border-color: #903A4D; }
span { border-color: rgb(144,58,77); }
td.TdClassName
{
border-color: #903A4D;
}
.TagClassName
{
border-color: #903A4D;
}
</style>