Shades of Camelot #833650
Tints of Camelot #833650
RGB
CMYK
RGB Variations
Color information
#833650 (or 0x833650) is known color: Camelot. HEX triplet: 83, 36 and 50. RGB value is (131,54,80). Sum of RGB (Red+Green+Blue) = 131+54+80=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833650 is #7CC9AF. Grayscale: #4F4F4F. Windows color (decimal): -8178096 or 5256835. OLE color: 5256835.
HSL color Cylindrical-coordinate representation of color #833650: hue angle of 339.74º 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 #833650 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 80 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.49 |
| HSL | 339.74º | 0.42% | 0.36% | - |
| HSV(B) | 339.74º | 0.59% | 0.51% | - |
| XYZ | 12.13 | 8.04 | 8.5 | - |
| YUV | 79.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 80 | 0 | 0.59 | 0.39 | 0.49 | 339.74 | 0.42 | 0.36 |
| Hex | 83 | 36 | 50 | 0 | 3B | 27 | 31 | 154 | 2A | 24 |
| Octal | 203 | 66 | 120 | 0 | 73 | 47 | 61 | 524 | 52 | 44 |
| Binary | 10000011 | 110110 | 1010000 | 0 | 111011 | 100111 | 110001 | 101010100 | 101010 | 100100 |
Color Harmonies of #833650
Complementary color
Monochromatic Colors of #833650
Black with #833650
Text Example
Text Example
White with #833650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833650; }
p { color: rgb(131,54,80); }
H1.HeaderClassName
{
color: #833650;
}
.AnyTagClassName
{
color: #833650;
}
</style>
background-color css
<style>
a { background-color: #833650; }
a { background-color: rgb(131,54,80); }
div.DivClassName
{
background-color: #833650;
}
.BgClassName
{
background-color: #833650;
}
</style>
border-color css
<style>
span { border-color: #833650; }
span { border-color: rgb(131,54,80); }
td.TdClassName
{
border-color: #833650;
}
.TagClassName
{
border-color: #833650;
}
</style>