Shades of Camelot #903C4A
Tints of Camelot #903C4A
RGB
CMYK
RGB Variations
Color information
#903C4A (or 0x903C4A) is known color: Camelot. HEX triplet: 90, 3C and 4A. RGB value is (144,60,74). Sum of RGB (Red+Green+Blue) = 144+60+74=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #903C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903C4A is #6FC3B5. Grayscale: #565656. Windows color (decimal): -7324598 or 4865168. OLE color: 4865168.
HSL color Cylindrical-coordinate representation of color #903C4A: hue angle of 350º 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 #903C4A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 60 | 74 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.44 |
| HSL | 350º | 0.41% | 0.4% | - |
| HSV(B) | 350º | 0.58% | 0.56% | - |
| XYZ | 14.35 | 9.66 | 7.59 | - |
| YUV | 86.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 74 | 0 | 0.58 | 0.49 | 0.44 | 350 | 0.41 | 0.4 |
| Hex | 90 | 3C | 4A | 0 | 3A | 31 | 2C | 15E | 29 | 28 |
| Octal | 220 | 74 | 112 | 0 | 72 | 61 | 54 | 536 | 51 | 50 |
| Binary | 10010000 | 111100 | 1001010 | 0 | 111010 | 110001 | 101100 | 101011110 | 101001 | 101000 |
Color Harmonies of #903C4A
Complementary color
Monochromatic Colors of #903C4A
Black with #903C4A
Text Example
Text Example
White with #903C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C4A; }
p { color: rgb(144,60,74); }
H1.HeaderClassName
{
color: #903C4A;
}
.AnyTagClassName
{
color: #903C4A;
}
</style>
background-color css
<style>
a { background-color: #903C4A; }
a { background-color: rgb(144,60,74); }
div.DivClassName
{
background-color: #903C4A;
}
.BgClassName
{
background-color: #903C4A;
}
</style>
border-color css
<style>
span { border-color: #903C4A; }
span { border-color: rgb(144,60,74); }
td.TdClassName
{
border-color: #903C4A;
}
.TagClassName
{
border-color: #903C4A;
}
</style>