Shades of Camelot #913A49
Tints of Camelot #913A49
RGB
CMYK
RGB Variations
Color information
#913A49 (or 0x913A49) is known color: Camelot. HEX triplet: 91, 3A and 49. RGB value is (145,58,73). Sum of RGB (Red+Green+Blue) = 145+58+73=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #913A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A49 is #6EC5B6. Grayscale: #555555. Windows color (decimal): -7259575 or 4799121. OLE color: 4799121.
HSL color Cylindrical-coordinate representation of color #913A49: hue angle of 349.66º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A49 is Cyan = 0, Magento = 0.6, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 73 | - |
| CMYK | 0 | 0.6 | 0.50 | 0.43 |
| HSL | 349.66º | 0.43% | 0.4% | - |
| HSV(B) | 349.66º | 0.6% | 0.57% | - |
| XYZ | 14.39 | 9.53 | 7.38 | - |
| YUV | 85.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 73 | 0 | 0.6 | 0.50 | 0.43 | 349.66 | 0.43 | 0.4 |
| Hex | 91 | 3A | 49 | 0 | 3C | 32 | 2B | 15E | 2B | 28 |
| Octal | 221 | 72 | 111 | 0 | 74 | 62 | 53 | 536 | 53 | 50 |
| Binary | 10010001 | 111010 | 1001001 | 0 | 111100 | 110010 | 101011 | 101011110 | 101011 | 101000 |
Color Harmonies of #913A49
Complementary color
Monochromatic Colors of #913A49
Black with #913A49
Text Example
Text Example
White with #913A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A49; }
p { color: rgb(145,58,73); }
H1.HeaderClassName
{
color: #913A49;
}
.AnyTagClassName
{
color: #913A49;
}
</style>
background-color css
<style>
a { background-color: #913A49; }
a { background-color: rgb(145,58,73); }
div.DivClassName
{
background-color: #913A49;
}
.BgClassName
{
background-color: #913A49;
}
</style>
border-color css
<style>
span { border-color: #913A49; }
span { border-color: rgb(145,58,73); }
td.TdClassName
{
border-color: #913A49;
}
.TagClassName
{
border-color: #913A49;
}
</style>