Shades of Camelot #92364A
Tints of Camelot #92364A
RGB
CMYK
RGB Variations
Color information
#92364A (or 0x92364A) is known color: Camelot. HEX triplet: 92, 36 and 4A. RGB value is (146,54,74). Sum of RGB (Red+Green+Blue) = 146+54+74=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92364A is #6DC9B5. Grayscale: #535353. Windows color (decimal): -7195062 or 4863634. OLE color: 4863634.
HSL color Cylindrical-coordinate representation of color #92364A: hue angle of 346.96º 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 #92364A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 54 | 74 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.43 |
| HSL | 346.96º | 0.46% | 0.39% | - |
| HSV(B) | 346.96º | 0.63% | 0.57% | - |
| XYZ | 14.41 | 9.24 | 7.5 | - |
| YUV | 83.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 74 | 0 | 0.63 | 0.49 | 0.43 | 346.96 | 0.46 | 0.39 |
| Hex | 92 | 36 | 4A | 0 | 3F | 31 | 2B | 15B | 2E | 27 |
| Octal | 222 | 66 | 112 | 0 | 77 | 61 | 53 | 533 | 56 | 47 |
| Binary | 10010010 | 110110 | 1001010 | 0 | 111111 | 110001 | 101011 | 101011011 | 101110 | 100111 |
Color Harmonies of #92364A
Complementary color
Monochromatic Colors of #92364A
Black with #92364A
Text Example
Text Example
White with #92364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92364A; }
p { color: rgb(146,54,74); }
H1.HeaderClassName
{
color: #92364A;
}
.AnyTagClassName
{
color: #92364A;
}
</style>
background-color css
<style>
a { background-color: #92364A; }
a { background-color: rgb(146,54,74); }
div.DivClassName
{
background-color: #92364A;
}
.BgClassName
{
background-color: #92364A;
}
</style>
border-color css
<style>
span { border-color: #92364A; }
span { border-color: rgb(146,54,74); }
td.TdClassName
{
border-color: #92364A;
}
.TagClassName
{
border-color: #92364A;
}
</style>