Shades of Camelot #833142
Tints of Camelot #833142
RGB
CMYK
RGB Variations
Color information
#833142 (or 0x833142) is known color: Camelot. HEX triplet: 83, 31 and 42. RGB value is (131,49,66). Sum of RGB (Red+Green+Blue) = 131+49+66=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #833142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833142 is #7CCEBD. Grayscale: #4B4B4B. Windows color (decimal): -8179390 or 4338051. OLE color: 4338051.
HSL color Cylindrical-coordinate representation of color #833142: hue angle of 347.56º 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 #833142 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 66 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.49 |
| HSL | 347.56º | 0.46% | 0.35% | - |
| HSV(B) | 347.56º | 0.63% | 0.51% | - |
| XYZ | 11.44 | 7.42 | 5.98 | - |
| YUV | 75.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 66 | 0 | 0.63 | 0.50 | 0.49 | 347.56 | 0.46 | 0.35 |
| Hex | 83 | 31 | 42 | 0 | 3F | 32 | 31 | 15C | 2E | 23 |
| Octal | 203 | 61 | 102 | 0 | 77 | 62 | 61 | 534 | 56 | 43 |
| Binary | 10000011 | 110001 | 1000010 | 0 | 111111 | 110010 | 110001 | 101011100 | 101110 | 100011 |
Color Harmonies of #833142
Complementary color
Monochromatic Colors of #833142
Black with #833142
Text Example
Text Example
White with #833142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833142; }
p { color: rgb(131,49,66); }
H1.HeaderClassName
{
color: #833142;
}
.AnyTagClassName
{
color: #833142;
}
</style>
background-color css
<style>
a { background-color: #833142; }
a { background-color: rgb(131,49,66); }
div.DivClassName
{
background-color: #833142;
}
.BgClassName
{
background-color: #833142;
}
</style>
border-color css
<style>
span { border-color: #833142; }
span { border-color: rgb(131,49,66); }
td.TdClassName
{
border-color: #833142;
}
.TagClassName
{
border-color: #833142;
}
</style>