Shades of Camelot #843346
Tints of Camelot #843346
RGB
CMYK
RGB Variations
Color information
#843346 (or 0x843346) is known color: Camelot. HEX triplet: 84, 33 and 46. RGB value is (132,51,70). Sum of RGB (Red+Green+Blue) = 132+51+70=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #843346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843346 is #7BCCB9. Grayscale: #4D4D4D. Windows color (decimal): -8113338 or 4600708. OLE color: 4600708.
HSL color Cylindrical-coordinate representation of color #843346: hue angle of 345.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843346 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 70 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.48 |
| HSL | 345.93º | 0.44% | 0.36% | - |
| HSV(B) | 345.93º | 0.61% | 0.52% | - |
| XYZ | 11.81 | 7.72 | 6.66 | - |
| YUV | 77.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 70 | 0 | 0.61 | 0.47 | 0.48 | 345.93 | 0.44 | 0.36 |
| Hex | 84 | 33 | 46 | 0 | 3D | 2F | 30 | 15A | 2C | 24 |
| Octal | 204 | 63 | 106 | 0 | 75 | 57 | 60 | 532 | 54 | 44 |
| Binary | 10000100 | 110011 | 1000110 | 0 | 111101 | 101111 | 110000 | 101011010 | 101100 | 100100 |
Color Harmonies of #843346
Complementary color
Monochromatic Colors of #843346
Black with #843346
Text Example
Text Example
White with #843346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843346; }
p { color: rgb(132,51,70); }
H1.HeaderClassName
{
color: #843346;
}
.AnyTagClassName
{
color: #843346;
}
</style>
background-color css
<style>
a { background-color: #843346; }
a { background-color: rgb(132,51,70); }
div.DivClassName
{
background-color: #843346;
}
.BgClassName
{
background-color: #843346;
}
</style>
border-color css
<style>
span { border-color: #843346; }
span { border-color: rgb(132,51,70); }
td.TdClassName
{
border-color: #843346;
}
.TagClassName
{
border-color: #843346;
}
</style>