Shades of Camelot #832E42
Tints of Camelot #832E42
RGB
CMYK
RGB Variations
Color information
#832E42 (or 0x832E42) is known color: Camelot. HEX triplet: 83, 2E and 42. RGB value is (131,46,66). Sum of RGB (Red+Green+Blue) = 131+46+66=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E42 is #7CD1BD. Grayscale: #494949. Windows color (decimal): -8180158 or 4337283. OLE color: 4337283.
HSL color Cylindrical-coordinate representation of color #832E42: hue angle of 345.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E42 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 46 | 66 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.49 |
| HSL | 345.88º | 0.48% | 0.35% | - |
| HSV(B) | 345.88º | 0.65% | 0.51% | - |
| XYZ | 11.32 | 7.17 | 5.94 | - |
| YUV | 73.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 66 | 0 | 0.65 | 0.50 | 0.49 | 345.88 | 0.48 | 0.35 |
| Hex | 83 | 2E | 42 | 0 | 41 | 32 | 31 | 15A | 30 | 23 |
| Octal | 203 | 56 | 102 | 0 | 101 | 62 | 61 | 532 | 60 | 43 |
| Binary | 10000011 | 101110 | 1000010 | 0 | 1000001 | 110010 | 110001 | 101011010 | 110000 | 100011 |
Color Harmonies of #832E42
Complementary color
Monochromatic Colors of #832E42
Black with #832E42
Text Example
Text Example
White with #832E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E42; }
p { color: rgb(131,46,66); }
H1.HeaderClassName
{
color: #832E42;
}
.AnyTagClassName
{
color: #832E42;
}
</style>
background-color css
<style>
a { background-color: #832E42; }
a { background-color: rgb(131,46,66); }
div.DivClassName
{
background-color: #832E42;
}
.BgClassName
{
background-color: #832E42;
}
</style>
border-color css
<style>
span { border-color: #832E42; }
span { border-color: rgb(131,46,66); }
td.TdClassName
{
border-color: #832E42;
}
.TagClassName
{
border-color: #832E42;
}
</style>