Shades of Camelot #833148
Tints of Camelot #833148
RGB
CMYK
RGB Variations
Color information
#833148 (or 0x833148) is known color: Camelot. HEX triplet: 83, 31 and 48. RGB value is (131,49,72). Sum of RGB (Red+Green+Blue) = 131+49+72=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833148 is #7CCEB7. Grayscale: #4C4C4C. Windows color (decimal): -8179384 or 4731267. OLE color: 4731267.
HSL color Cylindrical-coordinate representation of color #833148: hue angle of 343.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833148 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 72 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.49 |
| HSL | 343.17º | 0.46% | 0.35% | - |
| HSV(B) | 343.17º | 0.63% | 0.51% | - |
| XYZ | 11.63 | 7.49 | 6.96 | - |
| YUV | 76.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 72 | 0 | 0.63 | 0.45 | 0.49 | 343.17 | 0.46 | 0.35 |
| Hex | 83 | 31 | 48 | 0 | 3F | 2D | 31 | 157 | 2E | 23 |
| Octal | 203 | 61 | 110 | 0 | 77 | 55 | 61 | 527 | 56 | 43 |
| Binary | 10000011 | 110001 | 1001000 | 0 | 111111 | 101101 | 110001 | 101010111 | 101110 | 100011 |
Color Harmonies of #833148
Complementary color
Monochromatic Colors of #833148
Black with #833148
Text Example
Text Example
White with #833148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833148; }
p { color: rgb(131,49,72); }
H1.HeaderClassName
{
color: #833148;
}
.AnyTagClassName
{
color: #833148;
}
</style>
background-color css
<style>
a { background-color: #833148; }
a { background-color: rgb(131,49,72); }
div.DivClassName
{
background-color: #833148;
}
.BgClassName
{
background-color: #833148;
}
</style>
border-color css
<style>
span { border-color: #833148; }
span { border-color: rgb(131,49,72); }
td.TdClassName
{
border-color: #833148;
}
.TagClassName
{
border-color: #833148;
}
</style>