Shades of Camelot #83364D
Tints of Camelot #83364D
RGB
CMYK
RGB Variations
Color information
#83364D (or 0x83364D) is known color: Camelot. HEX triplet: 83, 36 and 4D. RGB value is (131,54,77). Sum of RGB (Red+Green+Blue) = 131+54+77=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83364D is #7CC9B2. Grayscale: #4F4F4F. Windows color (decimal): -8178099 or 5060227. OLE color: 5060227.
HSL color Cylindrical-coordinate representation of color #83364D: hue angle of 342.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83364D is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 77 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.49 |
| HSL | 342.08º | 0.42% | 0.36% | - |
| HSV(B) | 342.08º | 0.59% | 0.51% | - |
| XYZ | 12.02 | 8 | 7.93 | - |
| YUV | 79.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 77 | 0 | 0.59 | 0.41 | 0.49 | 342.08 | 0.42 | 0.36 |
| Hex | 83 | 36 | 4D | 0 | 3B | 29 | 31 | 156 | 2A | 24 |
| Octal | 203 | 66 | 115 | 0 | 73 | 51 | 61 | 526 | 52 | 44 |
| Binary | 10000011 | 110110 | 1001101 | 0 | 111011 | 101001 | 110001 | 101010110 | 101010 | 100100 |
Color Harmonies of #83364D
Complementary color
Monochromatic Colors of #83364D
Black with #83364D
Text Example
Text Example
White with #83364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83364D; }
p { color: rgb(131,54,77); }
H1.HeaderClassName
{
color: #83364D;
}
.AnyTagClassName
{
color: #83364D;
}
</style>
background-color css
<style>
a { background-color: #83364D; }
a { background-color: rgb(131,54,77); }
div.DivClassName
{
background-color: #83364D;
}
.BgClassName
{
background-color: #83364D;
}
</style>
border-color css
<style>
span { border-color: #83364D; }
span { border-color: rgb(131,54,77); }
td.TdClassName
{
border-color: #83364D;
}
.TagClassName
{
border-color: #83364D;
}
</style>