Shades of Camelot #842E43
Tints of Camelot #842E43
RGB
CMYK
RGB Variations
Color information
#842E43 (or 0x842E43) is known color: Camelot. HEX triplet: 84, 2E and 43. RGB value is (132,46,67). Sum of RGB (Red+Green+Blue) = 132+46+67=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #842E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E43 is #7BD1BC. Grayscale: #4A4A4A. Windows color (decimal): -8114621 or 4402820. OLE color: 4402820.
HSL color Cylindrical-coordinate representation of color #842E43: hue angle of 345.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E43 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 67 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.48 |
| HSL | 345.35º | 0.48% | 0.35% | - |
| HSV(B) | 345.35º | 0.65% | 0.52% | - |
| XYZ | 11.51 | 7.26 | 6.11 | - |
| YUV | 74.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 67 | 0 | 0.65 | 0.49 | 0.48 | 345.35 | 0.48 | 0.35 |
| Hex | 84 | 2E | 43 | 0 | 41 | 31 | 30 | 159 | 30 | 23 |
| Octal | 204 | 56 | 103 | 0 | 101 | 61 | 60 | 531 | 60 | 43 |
| Binary | 10000100 | 101110 | 1000011 | 0 | 1000001 | 110001 | 110000 | 101011001 | 110000 | 100011 |
Color Harmonies of #842E43
Complementary color
Monochromatic Colors of #842E43
Black with #842E43
Text Example
Text Example
White with #842E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E43; }
p { color: rgb(132,46,67); }
H1.HeaderClassName
{
color: #842E43;
}
.AnyTagClassName
{
color: #842E43;
}
</style>
background-color css
<style>
a { background-color: #842E43; }
a { background-color: rgb(132,46,67); }
div.DivClassName
{
background-color: #842E43;
}
.BgClassName
{
background-color: #842E43;
}
</style>
border-color css
<style>
span { border-color: #842E43; }
span { border-color: rgb(132,46,67); }
td.TdClassName
{
border-color: #842E43;
}
.TagClassName
{
border-color: #842E43;
}
</style>