Shades of Camelot #91364A
Tints of Camelot #91364A
RGB
CMYK
RGB Variations
Color information
#91364A (or 0x91364A) is known color: Camelot. HEX triplet: 91, 36 and 4A. RGB value is (145,54,74). Sum of RGB (Red+Green+Blue) = 145+54+74=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #91364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91364A is #6EC9B5. Grayscale: #535353. Windows color (decimal): -7260598 or 4863633. OLE color: 4863633.
HSL color Cylindrical-coordinate representation of color #91364A: hue angle of 346.81º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91364A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 74 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.43 |
| HSL | 346.81º | 0.46% | 0.39% | - |
| HSV(B) | 346.81º | 0.63% | 0.57% | - |
| XYZ | 14.23 | 9.15 | 7.5 | - |
| YUV | 83.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 74 | 0 | 0.63 | 0.49 | 0.43 | 346.81 | 0.46 | 0.39 |
| Hex | 91 | 36 | 4A | 0 | 3F | 31 | 2B | 15B | 2E | 27 |
| Octal | 221 | 66 | 112 | 0 | 77 | 61 | 53 | 533 | 56 | 47 |
| Binary | 10010001 | 110110 | 1001010 | 0 | 111111 | 110001 | 101011 | 101011011 | 101110 | 100111 |
Color Harmonies of #91364A
Complementary color
Monochromatic Colors of #91364A
Black with #91364A
Text Example
Text Example
White with #91364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91364A; }
p { color: rgb(145,54,74); }
H1.HeaderClassName
{
color: #91364A;
}
.AnyTagClassName
{
color: #91364A;
}
</style>
background-color css
<style>
a { background-color: #91364A; }
a { background-color: rgb(145,54,74); }
div.DivClassName
{
background-color: #91364A;
}
.BgClassName
{
background-color: #91364A;
}
</style>
border-color css
<style>
span { border-color: #91364A; }
span { border-color: rgb(145,54,74); }
td.TdClassName
{
border-color: #91364A;
}
.TagClassName
{
border-color: #91364A;
}
</style>