Shades of Camelot #833F4E
Tints of Camelot #833F4E
RGB
CMYK
RGB Variations
Color information
#833F4E (or 0x833F4E) is known color: Camelot. HEX triplet: 83, 3F and 4E. RGB value is (131,63,78). Sum of RGB (Red+Green+Blue) = 131+63+78=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #833F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833F4E is #7CC0B1. Grayscale: #555555. Windows color (decimal): -8175794 or 5128067. OLE color: 5128067.
HSL color Cylindrical-coordinate representation of color #833F4E: hue angle of 346.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #833F4E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 78 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.49 |
| HSL | 346.76º | 0.35% | 0.38% | - |
| HSV(B) | 346.76º | 0.52% | 0.51% | - |
| XYZ | 12.51 | 8.93 | 8.27 | - |
| YUV | 85.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 78 | 0 | 0.52 | 0.40 | 0.49 | 346.76 | 0.35 | 0.38 |
| Hex | 83 | 3F | 4E | 0 | 34 | 28 | 31 | 15B | 23 | 26 |
| Octal | 203 | 77 | 116 | 0 | 64 | 50 | 61 | 533 | 43 | 46 |
| Binary | 10000011 | 111111 | 1001110 | 0 | 110100 | 101000 | 110001 | 101011011 | 100011 | 100110 |
Color Harmonies of #833F4E
Complementary color
Monochromatic Colors of #833F4E
Black with #833F4E
Text Example
Text Example
White with #833F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F4E; }
p { color: rgb(131,63,78); }
H1.HeaderClassName
{
color: #833F4E;
}
.AnyTagClassName
{
color: #833F4E;
}
</style>
background-color css
<style>
a { background-color: #833F4E; }
a { background-color: rgb(131,63,78); }
div.DivClassName
{
background-color: #833F4E;
}
.BgClassName
{
background-color: #833F4E;
}
</style>
border-color css
<style>
span { border-color: #833F4E; }
span { border-color: rgb(131,63,78); }
td.TdClassName
{
border-color: #833F4E;
}
.TagClassName
{
border-color: #833F4E;
}
</style>