Shades of Camelot #834153
Tints of Camelot #834153
RGB
CMYK
RGB Variations
Color information
#834153 (or 0x834153) is known color: Camelot. HEX triplet: 83, 41 and 53. RGB value is (131,65,83). Sum of RGB (Red+Green+Blue) = 131+65+83=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834153 is #7CBEAC. Grayscale: #565656. Windows color (decimal): -8175277 or 5456259. OLE color: 5456259.
HSL color Cylindrical-coordinate representation of color #834153: hue angle of 343.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834153 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 83 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.49 |
| HSL | 343.64º | 0.34% | 0.38% | - |
| HSV(B) | 343.64º | 0.5% | 0.51% | - |
| XYZ | 12.81 | 9.23 | 9.29 | - |
| YUV | 86.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 83 | 0 | 0.50 | 0.37 | 0.49 | 343.64 | 0.34 | 0.38 |
| Hex | 83 | 41 | 53 | 0 | 32 | 25 | 31 | 158 | 22 | 26 |
| Octal | 203 | 101 | 123 | 0 | 62 | 45 | 61 | 530 | 42 | 46 |
| Binary | 10000011 | 1000001 | 1010011 | 0 | 110010 | 100101 | 110001 | 101011000 | 100010 | 100110 |
Color Harmonies of #834153
Complementary color
Monochromatic Colors of #834153
Black with #834153
Text Example
Text Example
White with #834153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834153; }
p { color: rgb(131,65,83); }
H1.HeaderClassName
{
color: #834153;
}
.AnyTagClassName
{
color: #834153;
}
</style>
background-color css
<style>
a { background-color: #834153; }
a { background-color: rgb(131,65,83); }
div.DivClassName
{
background-color: #834153;
}
.BgClassName
{
background-color: #834153;
}
</style>
border-color css
<style>
span { border-color: #834153; }
span { border-color: rgb(131,65,83); }
td.TdClassName
{
border-color: #834153;
}
.TagClassName
{
border-color: #834153;
}
</style>