Shades of Camelot #90374B
Tints of Camelot #90374B
RGB
CMYK
RGB Variations
Color information
#90374B (or 0x90374B) is known color: Camelot. HEX triplet: 90, 37 and 4B. RGB value is (144,55,75). Sum of RGB (Red+Green+Blue) = 144+55+75=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #90374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90374B is #6FC8B4. Grayscale: #535353. Windows color (decimal): -7325877 or 4929424. OLE color: 4929424.
HSL color Cylindrical-coordinate representation of color #90374B: hue angle of 346.52º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90374B is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 75 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.44 |
| HSL | 346.52º | 0.45% | 0.39% | - |
| HSV(B) | 346.52º | 0.62% | 0.56% | - |
| XYZ | 14.14 | 9.17 | 7.68 | - |
| YUV | 83.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 75 | 0 | 0.62 | 0.48 | 0.44 | 346.52 | 0.45 | 0.39 |
| Hex | 90 | 37 | 4B | 0 | 3E | 30 | 2C | 15B | 2D | 27 |
| Octal | 220 | 67 | 113 | 0 | 76 | 60 | 54 | 533 | 55 | 47 |
| Binary | 10010000 | 110111 | 1001011 | 0 | 111110 | 110000 | 101100 | 101011011 | 101101 | 100111 |
Color Harmonies of #90374B
Complementary color
Monochromatic Colors of #90374B
Black with #90374B
Text Example
Text Example
White with #90374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90374B; }
p { color: rgb(144,55,75); }
H1.HeaderClassName
{
color: #90374B;
}
.AnyTagClassName
{
color: #90374B;
}
</style>
background-color css
<style>
a { background-color: #90374B; }
a { background-color: rgb(144,55,75); }
div.DivClassName
{
background-color: #90374B;
}
.BgClassName
{
background-color: #90374B;
}
</style>
border-color css
<style>
span { border-color: #90374B; }
span { border-color: rgb(144,55,75); }
td.TdClassName
{
border-color: #90374B;
}
.TagClassName
{
border-color: #90374B;
}
</style>