Shades of Camelot #833D58
Tints of Camelot #833D58
RGB
CMYK
RGB Variations
Color information
#833D58 (or 0x833D58) is known color: Camelot. HEX triplet: 83, 3D and 58. RGB value is (131,61,88). Sum of RGB (Red+Green+Blue) = 131+61+88=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #833D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D58 is #7CC2A7. Grayscale: #545454. Windows color (decimal): -8176296 or 5782915. OLE color: 5782915.
HSL color Cylindrical-coordinate representation of color #833D58: hue angle of 336.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D58 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 88 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.49 |
| HSL | 336.86º | 0.36% | 0.38% | - |
| HSV(B) | 336.86º | 0.53% | 0.51% | - |
| XYZ | 12.79 | 8.87 | 10.27 | - |
| YUV | 85.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 88 | 0 | 0.53 | 0.33 | 0.49 | 336.86 | 0.36 | 0.38 |
| Hex | 83 | 3D | 58 | 0 | 35 | 21 | 31 | 151 | 24 | 26 |
| Octal | 203 | 75 | 130 | 0 | 65 | 41 | 61 | 521 | 44 | 46 |
| Binary | 10000011 | 111101 | 1011000 | 0 | 110101 | 100001 | 110001 | 101010001 | 100100 | 100110 |
Color Harmonies of #833D58
Complementary color
Monochromatic Colors of #833D58
Black with #833D58
Text Example
Text Example
White with #833D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D58; }
p { color: rgb(131,61,88); }
H1.HeaderClassName
{
color: #833D58;
}
.AnyTagClassName
{
color: #833D58;
}
</style>
background-color css
<style>
a { background-color: #833D58; }
a { background-color: rgb(131,61,88); }
div.DivClassName
{
background-color: #833D58;
}
.BgClassName
{
background-color: #833D58;
}
</style>
border-color css
<style>
span { border-color: #833D58; }
span { border-color: rgb(131,61,88); }
td.TdClassName
{
border-color: #833D58;
}
.TagClassName
{
border-color: #833D58;
}
</style>