Shades of Camelot #833146
Tints of Camelot #833146
RGB
CMYK
RGB Variations
Color information
#833146 (or 0x833146) is known color: Camelot. HEX triplet: 83, 31 and 46. RGB value is (131,49,70). Sum of RGB (Red+Green+Blue) = 131+49+70=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #833146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833146 is #7CCEB9. Grayscale: #4B4B4B. Windows color (decimal): -8179386 or 4600195. OLE color: 4600195.
HSL color Cylindrical-coordinate representation of color #833146: hue angle of 344.63º 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 #833146 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 70 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.49 |
| HSL | 344.63º | 0.46% | 0.35% | - |
| HSV(B) | 344.63º | 0.63% | 0.51% | - |
| XYZ | 11.56 | 7.46 | 6.63 | - |
| YUV | 75.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 70 | 0 | 0.63 | 0.47 | 0.49 | 344.63 | 0.46 | 0.35 |
| Hex | 83 | 31 | 46 | 0 | 3F | 2F | 31 | 159 | 2E | 23 |
| Octal | 203 | 61 | 106 | 0 | 77 | 57 | 61 | 531 | 56 | 43 |
| Binary | 10000011 | 110001 | 1000110 | 0 | 111111 | 101111 | 110001 | 101011001 | 101110 | 100011 |
Color Harmonies of #833146
Complementary color
Monochromatic Colors of #833146
Black with #833146
Text Example
Text Example
White with #833146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833146; }
p { color: rgb(131,49,70); }
H1.HeaderClassName
{
color: #833146;
}
.AnyTagClassName
{
color: #833146;
}
</style>
background-color css
<style>
a { background-color: #833146; }
a { background-color: rgb(131,49,70); }
div.DivClassName
{
background-color: #833146;
}
.BgClassName
{
background-color: #833146;
}
</style>
border-color css
<style>
span { border-color: #833146; }
span { border-color: rgb(131,49,70); }
td.TdClassName
{
border-color: #833146;
}
.TagClassName
{
border-color: #833146;
}
</style>