Shades of Camelot #842C42
Tints of Camelot #842C42
RGB
CMYK
RGB Variations
Color information
#842C42 (or 0x842C42) is known color: Camelot. HEX triplet: 84, 2C and 42. RGB value is (132,44,66). Sum of RGB (Red+Green+Blue) = 132+44+66=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #842C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C42 is #7BD3BD. Grayscale: #484848. Windows color (decimal): -8115134 or 4336772. OLE color: 4336772.
HSL color Cylindrical-coordinate representation of color #842C42: hue angle of 345º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C42 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 66 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.48 |
| HSL | 345º | 0.5% | 0.35% | - |
| HSV(B) | 345º | 0.67% | 0.52% | - |
| XYZ | 11.4 | 7.1 | 5.92 | - |
| YUV | 72.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 66 | 0 | 0.67 | 0.5 | 0.48 | 345 | 0.5 | 0.35 |
| Hex | 84 | 2C | 42 | 0 | 43 | 32 | 30 | 159 | 32 | 23 |
| Octal | 204 | 54 | 102 | 0 | 103 | 62 | 60 | 531 | 62 | 43 |
| Binary | 10000100 | 101100 | 1000010 | 0 | 1000011 | 110010 | 110000 | 101011001 | 110010 | 100011 |
Color Harmonies of #842C42
Complementary color
Monochromatic Colors of #842C42
Black with #842C42
Text Example
Text Example
White with #842C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C42; }
p { color: rgb(132,44,66); }
H1.HeaderClassName
{
color: #842C42;
}
.AnyTagClassName
{
color: #842C42;
}
</style>
background-color css
<style>
a { background-color: #842C42; }
a { background-color: rgb(132,44,66); }
div.DivClassName
{
background-color: #842C42;
}
.BgClassName
{
background-color: #842C42;
}
</style>
border-color css
<style>
span { border-color: #842C42; }
span { border-color: rgb(132,44,66); }
td.TdClassName
{
border-color: #842C42;
}
.TagClassName
{
border-color: #842C42;
}
</style>