Shades of Camelot #92384C
Tints of Camelot #92384C
RGB
CMYK
RGB Variations
Color information
#92384C (or 0x92384C) is known color: Camelot. HEX triplet: 92, 38 and 4C. RGB value is (146,56,76). Sum of RGB (Red+Green+Blue) = 146+56+76=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #92384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92384C is #6DC7B3. Grayscale: #555555. Windows color (decimal): -7194548 or 4995218. OLE color: 4995218.
HSL color Cylindrical-coordinate representation of color #92384C: hue angle of 346.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92384C is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 56 | 76 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.43 |
| HSL | 346.67º | 0.45% | 0.4% | - |
| HSV(B) | 346.67º | 0.62% | 0.57% | - |
| XYZ | 14.57 | 9.46 | 7.9 | - |
| YUV | 85.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 56 | 76 | 0 | 0.62 | 0.48 | 0.43 | 346.67 | 0.45 | 0.4 |
| Hex | 92 | 38 | 4C | 0 | 3E | 30 | 2B | 15B | 2D | 28 |
| Octal | 222 | 70 | 114 | 0 | 76 | 60 | 53 | 533 | 55 | 50 |
| Binary | 10010010 | 111000 | 1001100 | 0 | 111110 | 110000 | 101011 | 101011011 | 101101 | 101000 |
Color Harmonies of #92384C
Complementary color
Monochromatic Colors of #92384C
Black with #92384C
Text Example
Text Example
White with #92384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92384C; }
p { color: rgb(146,56,76); }
H1.HeaderClassName
{
color: #92384C;
}
.AnyTagClassName
{
color: #92384C;
}
</style>
background-color css
<style>
a { background-color: #92384C; }
a { background-color: rgb(146,56,76); }
div.DivClassName
{
background-color: #92384C;
}
.BgClassName
{
background-color: #92384C;
}
</style>
border-color css
<style>
span { border-color: #92384C; }
span { border-color: rgb(146,56,76); }
td.TdClassName
{
border-color: #92384C;
}
.TagClassName
{
border-color: #92384C;
}
</style>