Shades of Camelot #833F54
Tints of Camelot #833F54
RGB
CMYK
RGB Variations
Color information
#833F54 (or 0x833F54) is known color: Camelot. HEX triplet: 83, 3F and 54. RGB value is (131,63,84). Sum of RGB (Red+Green+Blue) = 131+63+84=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #833F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833F54 is #7CC0AB. Grayscale: #555555. Windows color (decimal): -8175788 or 5521283. OLE color: 5521283.
HSL color Cylindrical-coordinate representation of color #833F54: hue angle of 341.47º 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 #833F54 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 84 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.49 |
| HSL | 341.47º | 0.35% | 0.38% | - |
| HSV(B) | 341.47º | 0.52% | 0.51% | - |
| XYZ | 12.74 | 9.02 | 9.46 | - |
| YUV | 85.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 84 | 0 | 0.52 | 0.36 | 0.49 | 341.47 | 0.35 | 0.38 |
| Hex | 83 | 3F | 54 | 0 | 34 | 24 | 31 | 155 | 23 | 26 |
| Octal | 203 | 77 | 124 | 0 | 64 | 44 | 61 | 525 | 43 | 46 |
| Binary | 10000011 | 111111 | 1010100 | 0 | 110100 | 100100 | 110001 | 101010101 | 100011 | 100110 |
Color Harmonies of #833F54
Complementary color
Monochromatic Colors of #833F54
Black with #833F54
Text Example
Text Example
White with #833F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F54; }
p { color: rgb(131,63,84); }
H1.HeaderClassName
{
color: #833F54;
}
.AnyTagClassName
{
color: #833F54;
}
</style>
background-color css
<style>
a { background-color: #833F54; }
a { background-color: rgb(131,63,84); }
div.DivClassName
{
background-color: #833F54;
}
.BgClassName
{
background-color: #833F54;
}
</style>
border-color css
<style>
span { border-color: #833F54; }
span { border-color: rgb(131,63,84); }
td.TdClassName
{
border-color: #833F54;
}
.TagClassName
{
border-color: #833F54;
}
</style>