Shades of Camelot #843042
Tints of Camelot #843042
RGB
CMYK
RGB Variations
Color information
#843042 (or 0x843042) is known color: Camelot. HEX triplet: 84, 30 and 42. RGB value is (132,48,66). Sum of RGB (Red+Green+Blue) = 132+48+66=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #843042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843042 is #7BCFBD. Grayscale: #4B4B4B. Windows color (decimal): -8114110 or 4337796. OLE color: 4337796.
HSL color Cylindrical-coordinate representation of color #843042: hue angle of 347.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843042 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 66 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.48 |
| HSL | 347.14º | 0.47% | 0.35% | - |
| HSV(B) | 347.14º | 0.64% | 0.52% | - |
| XYZ | 11.56 | 7.41 | 5.98 | - |
| YUV | 75.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 66 | 0 | 0.64 | 0.5 | 0.48 | 347.14 | 0.47 | 0.35 |
| Hex | 84 | 30 | 42 | 0 | 40 | 32 | 30 | 15B | 2F | 23 |
| Octal | 204 | 60 | 102 | 0 | 100 | 62 | 60 | 533 | 57 | 43 |
| Binary | 10000100 | 110000 | 1000010 | 0 | 1000000 | 110010 | 110000 | 101011011 | 101111 | 100011 |
Color Harmonies of #843042
Complementary color
Monochromatic Colors of #843042
Black with #843042
Text Example
Text Example
White with #843042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843042; }
p { color: rgb(132,48,66); }
H1.HeaderClassName
{
color: #843042;
}
.AnyTagClassName
{
color: #843042;
}
</style>
background-color css
<style>
a { background-color: #843042; }
a { background-color: rgb(132,48,66); }
div.DivClassName
{
background-color: #843042;
}
.BgClassName
{
background-color: #843042;
}
</style>
border-color css
<style>
span { border-color: #843042; }
span { border-color: rgb(132,48,66); }
td.TdClassName
{
border-color: #843042;
}
.TagClassName
{
border-color: #843042;
}
</style>