Shades of Camelot #833444
Tints of Camelot #833444
RGB
CMYK
RGB Variations
Color information
#833444 (or 0x833444) is known color: Camelot. HEX triplet: 83, 34 and 44. RGB value is (131,52,68). Sum of RGB (Red+Green+Blue) = 131+52+68=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #833444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833444 is #7CCBBB. Grayscale: #4D4D4D. Windows color (decimal): -8178620 or 4469891. OLE color: 4469891.
HSL color Cylindrical-coordinate representation of color #833444: hue angle of 347.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833444 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 68 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.49 |
| HSL | 347.85º | 0.43% | 0.36% | - |
| HSV(B) | 347.85º | 0.6% | 0.51% | - |
| XYZ | 11.63 | 7.7 | 6.34 | - |
| YUV | 77.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 68 | 0 | 0.60 | 0.48 | 0.49 | 347.85 | 0.43 | 0.36 |
| Hex | 83 | 34 | 44 | 0 | 3C | 30 | 31 | 15C | 2B | 24 |
| Octal | 203 | 64 | 104 | 0 | 74 | 60 | 61 | 534 | 53 | 44 |
| Binary | 10000011 | 110100 | 1000100 | 0 | 111100 | 110000 | 110001 | 101011100 | 101011 | 100100 |
Color Harmonies of #833444
Complementary color
Monochromatic Colors of #833444
Black with #833444
Text Example
Text Example
White with #833444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833444; }
p { color: rgb(131,52,68); }
H1.HeaderClassName
{
color: #833444;
}
.AnyTagClassName
{
color: #833444;
}
</style>
background-color css
<style>
a { background-color: #833444; }
a { background-color: rgb(131,52,68); }
div.DivClassName
{
background-color: #833444;
}
.BgClassName
{
background-color: #833444;
}
</style>
border-color css
<style>
span { border-color: #833444; }
span { border-color: rgb(131,52,68); }
td.TdClassName
{
border-color: #833444;
}
.TagClassName
{
border-color: #833444;
}
</style>