Shades of Camelot #833342
Tints of Camelot #833342
RGB
CMYK
RGB Variations
Color information
#833342 (or 0x833342) is known color: Camelot. HEX triplet: 83, 33 and 42. RGB value is (131,51,66). Sum of RGB (Red+Green+Blue) = 131+51+66=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #833342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833342 is #7CCCBD. Grayscale: #4C4C4C. Windows color (decimal): -8178878 or 4338563. OLE color: 4338563.
HSL color Cylindrical-coordinate representation of color #833342: hue angle of 348.75º 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 #833342 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 66 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.49 |
| HSL | 348.75º | 0.44% | 0.36% | - |
| HSV(B) | 348.75º | 0.61% | 0.51% | - |
| XYZ | 11.53 | 7.59 | 6.01 | - |
| YUV | 76.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 66 | 0 | 0.61 | 0.50 | 0.49 | 348.75 | 0.44 | 0.36 |
| Hex | 83 | 33 | 42 | 0 | 3D | 32 | 31 | 15D | 2C | 24 |
| Octal | 203 | 63 | 102 | 0 | 75 | 62 | 61 | 535 | 54 | 44 |
| Binary | 10000011 | 110011 | 1000010 | 0 | 111101 | 110010 | 110001 | 101011101 | 101100 | 100100 |
Color Harmonies of #833342
Complementary color
Monochromatic Colors of #833342
Black with #833342
Text Example
Text Example
White with #833342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833342; }
p { color: rgb(131,51,66); }
H1.HeaderClassName
{
color: #833342;
}
.AnyTagClassName
{
color: #833342;
}
</style>
background-color css
<style>
a { background-color: #833342; }
a { background-color: rgb(131,51,66); }
div.DivClassName
{
background-color: #833342;
}
.BgClassName
{
background-color: #833342;
}
</style>
border-color css
<style>
span { border-color: #833342; }
span { border-color: rgb(131,51,66); }
td.TdClassName
{
border-color: #833342;
}
.TagClassName
{
border-color: #833342;
}
</style>