Shades of Camelot #90374A
Tints of Camelot #90374A
RGB
CMYK
RGB Variations
Color information
#90374A (or 0x90374A) is known color: Camelot. HEX triplet: 90, 37 and 4A. RGB value is (144,55,74). Sum of RGB (Red+Green+Blue) = 144+55+74=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90374A is #6FC8B5. Grayscale: #535353. Windows color (decimal): -7325878 or 4863888. OLE color: 4863888.
HSL color Cylindrical-coordinate representation of color #90374A: hue angle of 347.19º 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 #90374A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 74 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.44 |
| HSL | 347.19º | 0.45% | 0.39% | - |
| HSV(B) | 347.19º | 0.62% | 0.56% | - |
| XYZ | 14.1 | 9.16 | 7.5 | - |
| YUV | 83.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 74 | 0 | 0.62 | 0.49 | 0.44 | 347.19 | 0.45 | 0.39 |
| Hex | 90 | 37 | 4A | 0 | 3E | 31 | 2C | 15B | 2D | 27 |
| Octal | 220 | 67 | 112 | 0 | 76 | 61 | 54 | 533 | 55 | 47 |
| Binary | 10010000 | 110111 | 1001010 | 0 | 111110 | 110001 | 101100 | 101011011 | 101101 | 100111 |
Color Harmonies of #90374A
Complementary color
Monochromatic Colors of #90374A
Black with #90374A
Text Example
Text Example
White with #90374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90374A; }
p { color: rgb(144,55,74); }
H1.HeaderClassName
{
color: #90374A;
}
.AnyTagClassName
{
color: #90374A;
}
</style>
background-color css
<style>
a { background-color: #90374A; }
a { background-color: rgb(144,55,74); }
div.DivClassName
{
background-color: #90374A;
}
.BgClassName
{
background-color: #90374A;
}
</style>
border-color css
<style>
span { border-color: #90374A; }
span { border-color: rgb(144,55,74); }
td.TdClassName
{
border-color: #90374A;
}
.TagClassName
{
border-color: #90374A;
}
</style>