Shades of Camelot #90384D
Tints of Camelot #90384D
RGB
CMYK
RGB Variations
Color information
#90384D (or 0x90384D) is known color: Camelot. HEX triplet: 90, 38 and 4D. RGB value is (144,56,77). Sum of RGB (Red+Green+Blue) = 144+56+77=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90384D is #6FC7B2. Grayscale: #545454. Windows color (decimal): -7325619 or 5060752. OLE color: 5060752.
HSL color Cylindrical-coordinate representation of color #90384D: hue angle of 345.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90384D is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 77 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.44 |
| HSL | 345.68º | 0.44% | 0.39% | - |
| HSV(B) | 345.68º | 0.61% | 0.56% | - |
| XYZ | 14.26 | 9.29 | 8.06 | - |
| YUV | 84.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 77 | 0 | 0.61 | 0.47 | 0.44 | 345.68 | 0.44 | 0.39 |
| Hex | 90 | 38 | 4D | 0 | 3D | 2F | 2C | 15A | 2C | 27 |
| Octal | 220 | 70 | 115 | 0 | 75 | 57 | 54 | 532 | 54 | 47 |
| Binary | 10010000 | 111000 | 1001101 | 0 | 111101 | 101111 | 101100 | 101011010 | 101100 | 100111 |
Color Harmonies of #90384D
Complementary color
Monochromatic Colors of #90384D
Black with #90384D
Text Example
Text Example
White with #90384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90384D; }
p { color: rgb(144,56,77); }
H1.HeaderClassName
{
color: #90384D;
}
.AnyTagClassName
{
color: #90384D;
}
</style>
background-color css
<style>
a { background-color: #90384D; }
a { background-color: rgb(144,56,77); }
div.DivClassName
{
background-color: #90384D;
}
.BgClassName
{
background-color: #90384D;
}
</style>
border-color css
<style>
span { border-color: #90384D; }
span { border-color: rgb(144,56,77); }
td.TdClassName
{
border-color: #90384D;
}
.TagClassName
{
border-color: #90384D;
}
</style>