Shades of Camelot #833348
Tints of Camelot #833348
RGB
CMYK
RGB Variations
Color information
#833348 (or 0x833348) is known color: Camelot. HEX triplet: 83, 33 and 48. RGB value is (131,51,72). Sum of RGB (Red+Green+Blue) = 131+51+72=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #833348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833348 is #7CCCB7. Grayscale: #4D4D4D. Windows color (decimal): -8178872 or 4731779. OLE color: 4731779.
HSL color Cylindrical-coordinate representation of color #833348: hue angle of 344.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833348 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 72 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.49 |
| HSL | 344.25º | 0.44% | 0.36% | - |
| HSV(B) | 344.25º | 0.61% | 0.51% | - |
| XYZ | 11.71 | 7.66 | 6.99 | - |
| YUV | 77.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 72 | 0 | 0.61 | 0.45 | 0.49 | 344.25 | 0.44 | 0.36 |
| Hex | 83 | 33 | 48 | 0 | 3D | 2D | 31 | 158 | 2C | 24 |
| Octal | 203 | 63 | 110 | 0 | 75 | 55 | 61 | 530 | 54 | 44 |
| Binary | 10000011 | 110011 | 1001000 | 0 | 111101 | 101101 | 110001 | 101011000 | 101100 | 100100 |
Color Harmonies of #833348
Complementary color
Monochromatic Colors of #833348
Black with #833348
Text Example
Text Example
White with #833348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833348; }
p { color: rgb(131,51,72); }
H1.HeaderClassName
{
color: #833348;
}
.AnyTagClassName
{
color: #833348;
}
</style>
background-color css
<style>
a { background-color: #833348; }
a { background-color: rgb(131,51,72); }
div.DivClassName
{
background-color: #833348;
}
.BgClassName
{
background-color: #833348;
}
</style>
border-color css
<style>
span { border-color: #833348; }
span { border-color: rgb(131,51,72); }
td.TdClassName
{
border-color: #833348;
}
.TagClassName
{
border-color: #833348;
}
</style>