Shades of Camelot #904151
Tints of Camelot #904151
RGB
CMYK
RGB Variations
Color information
#904151 (or 0x904151) is known color: Camelot. HEX triplet: 90, 41 and 51. RGB value is (144,65,81). Sum of RGB (Red+Green+Blue) = 144+65+81=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #904151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904151 is #6FBEAE. Grayscale: #5A5A5A. Windows color (decimal): -7323311 or 5325200. OLE color: 5325200.
HSL color Cylindrical-coordinate representation of color #904151: hue angle of 347.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904151 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 81 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.44 |
| HSL | 347.85º | 0.38% | 0.41% | - |
| HSV(B) | 347.85º | 0.55% | 0.56% | - |
| XYZ | 14.88 | 10.3 | 8.99 | - |
| YUV | 90.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 81 | 0 | 0.55 | 0.44 | 0.44 | 347.85 | 0.38 | 0.41 |
| Hex | 90 | 41 | 51 | 0 | 37 | 2C | 2C | 15C | 26 | 29 |
| Octal | 220 | 101 | 121 | 0 | 67 | 54 | 54 | 534 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1010001 | 0 | 110111 | 101100 | 101100 | 101011100 | 100110 | 101001 |
Color Harmonies of #904151
Complementary color
Monochromatic Colors of #904151
Black with #904151
Text Example
Text Example
White with #904151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904151; }
p { color: rgb(144,65,81); }
H1.HeaderClassName
{
color: #904151;
}
.AnyTagClassName
{
color: #904151;
}
</style>
background-color css
<style>
a { background-color: #904151; }
a { background-color: rgb(144,65,81); }
div.DivClassName
{
background-color: #904151;
}
.BgClassName
{
background-color: #904151;
}
</style>
border-color css
<style>
span { border-color: #904151; }
span { border-color: rgb(144,65,81); }
td.TdClassName
{
border-color: #904151;
}
.TagClassName
{
border-color: #904151;
}
</style>