Shades of Camelot #903C4C
Tints of Camelot #903C4C
RGB
CMYK
RGB Variations
Color information
#903C4C (or 0x903C4C) is known color: Camelot. HEX triplet: 90, 3C and 4C. RGB value is (144,60,76). Sum of RGB (Red+Green+Blue) = 144+60+76=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #903C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C4C is #6FC3B3. Grayscale: #565656. Windows color (decimal): -7324596 or 4996240. OLE color: 4996240.
HSL color Cylindrical-coordinate representation of color #903C4C: hue angle of 348.57º 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 #903C4C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 76 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.44 |
| HSL | 348.57º | 0.41% | 0.4% | - |
| HSV(B) | 348.57º | 0.58% | 0.56% | - |
| XYZ | 14.42 | 9.68 | 7.95 | - |
| YUV | 86.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 76 | 0 | 0.58 | 0.47 | 0.44 | 348.57 | 0.41 | 0.4 |
| Hex | 90 | 3C | 4C | 0 | 3A | 2F | 2C | 15D | 29 | 28 |
| Octal | 220 | 74 | 114 | 0 | 72 | 57 | 54 | 535 | 51 | 50 |
| Binary | 10010000 | 111100 | 1001100 | 0 | 111010 | 101111 | 101100 | 101011101 | 101001 | 101000 |
Color Harmonies of #903C4C
Complementary color
Monochromatic Colors of #903C4C
Black with #903C4C
Text Example
Text Example
White with #903C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C4C; }
p { color: rgb(144,60,76); }
H1.HeaderClassName
{
color: #903C4C;
}
.AnyTagClassName
{
color: #903C4C;
}
</style>
background-color css
<style>
a { background-color: #903C4C; }
a { background-color: rgb(144,60,76); }
div.DivClassName
{
background-color: #903C4C;
}
.BgClassName
{
background-color: #903C4C;
}
</style>
border-color css
<style>
span { border-color: #903C4C; }
span { border-color: rgb(144,60,76); }
td.TdClassName
{
border-color: #903C4C;
}
.TagClassName
{
border-color: #903C4C;
}
</style>