Shades of Camelot #83414E
Tints of Camelot #83414E
RGB
CMYK
RGB Variations
Color information
#83414E (or 0x83414E) is known color: Camelot. HEX triplet: 83, 41 and 4E. RGB value is (131,65,78). Sum of RGB (Red+Green+Blue) = 131+65+78=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83414E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83414E is #7CBEB1. Grayscale: #565656. Windows color (decimal): -8175282 or 5128579. OLE color: 5128579.
HSL color Cylindrical-coordinate representation of color #83414E: hue angle of 348.18º 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 #83414E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 65 | 78 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.49 |
| HSL | 348.18º | 0.34% | 0.38% | - |
| HSV(B) | 348.18º | 0.5% | 0.51% | - |
| XYZ | 12.63 | 9.16 | 8.31 | - |
| YUV | 86.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 78 | 0 | 0.50 | 0.40 | 0.49 | 348.18 | 0.34 | 0.38 |
| Hex | 83 | 41 | 4E | 0 | 32 | 28 | 31 | 15C | 22 | 26 |
| Octal | 203 | 101 | 116 | 0 | 62 | 50 | 61 | 534 | 42 | 46 |
| Binary | 10000011 | 1000001 | 1001110 | 0 | 110010 | 101000 | 110001 | 101011100 | 100010 | 100110 |
Color Harmonies of #83414E
Complementary color
Monochromatic Colors of #83414E
Black with #83414E
Text Example
Text Example
White with #83414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83414E; }
p { color: rgb(131,65,78); }
H1.HeaderClassName
{
color: #83414E;
}
.AnyTagClassName
{
color: #83414E;
}
</style>
background-color css
<style>
a { background-color: #83414E; }
a { background-color: rgb(131,65,78); }
div.DivClassName
{
background-color: #83414E;
}
.BgClassName
{
background-color: #83414E;
}
</style>
border-color css
<style>
span { border-color: #83414E; }
span { border-color: rgb(131,65,78); }
td.TdClassName
{
border-color: #83414E;
}
.TagClassName
{
border-color: #83414E;
}
</style>