Shades of Camelot #833742
Tints of Camelot #833742
RGB
CMYK
RGB Variations
Color information
#833742 (or 0x833742) is known color: Camelot. HEX triplet: 83, 37 and 42. RGB value is (131,55,66). Sum of RGB (Red+Green+Blue) = 131+55+66=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #833742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833742 is #7CC8BD. Grayscale: #4F4F4F. Windows color (decimal): -8177854 or 4339587. OLE color: 4339587.
HSL color Cylindrical-coordinate representation of color #833742: hue angle of 351.32º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833742 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 55 | 66 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.49 |
| HSL | 351.32º | 0.41% | 0.36% | - |
| HSV(B) | 351.32º | 0.58% | 0.51% | - |
| XYZ | 11.71 | 7.95 | 6.07 | - |
| YUV | 78.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 66 | 0 | 0.58 | 0.50 | 0.49 | 351.32 | 0.41 | 0.36 |
| Hex | 83 | 37 | 42 | 0 | 3A | 32 | 31 | 15F | 29 | 24 |
| Octal | 203 | 67 | 102 | 0 | 72 | 62 | 61 | 537 | 51 | 44 |
| Binary | 10000011 | 110111 | 1000010 | 0 | 111010 | 110010 | 110001 | 101011111 | 101001 | 100100 |
Color Harmonies of #833742
Complementary color
Monochromatic Colors of #833742
Black with #833742
Text Example
Text Example
White with #833742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833742; }
p { color: rgb(131,55,66); }
H1.HeaderClassName
{
color: #833742;
}
.AnyTagClassName
{
color: #833742;
}
</style>
background-color css
<style>
a { background-color: #833742; }
a { background-color: rgb(131,55,66); }
div.DivClassName
{
background-color: #833742;
}
.BgClassName
{
background-color: #833742;
}
</style>
border-color css
<style>
span { border-color: #833742; }
span { border-color: rgb(131,55,66); }
td.TdClassName
{
border-color: #833742;
}
.TagClassName
{
border-color: #833742;
}
</style>