Shades of Camelot #833D4B
Tints of Camelot #833D4B
RGB
CMYK
RGB Variations
Color information
#833D4B (or 0x833D4B) is known color: Camelot. HEX triplet: 83, 3D and 4B. RGB value is (131,61,75). Sum of RGB (Red+Green+Blue) = 131+61+75=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #833D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833D4B is #7CC2B4. Grayscale: #535353. Windows color (decimal): -8176309 or 4930947. OLE color: 4930947.
HSL color Cylindrical-coordinate representation of color #833D4B: hue angle of 348º 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 #833D4B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 75 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.49 |
| HSL | 348º | 0.36% | 0.38% | - |
| HSV(B) | 348º | 0.53% | 0.51% | - |
| XYZ | 12.3 | 8.67 | 7.68 | - |
| YUV | 83.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 75 | 0 | 0.53 | 0.43 | 0.49 | 348 | 0.36 | 0.38 |
| Hex | 83 | 3D | 4B | 0 | 35 | 2B | 31 | 15C | 24 | 26 |
| Octal | 203 | 75 | 113 | 0 | 65 | 53 | 61 | 534 | 44 | 46 |
| Binary | 10000011 | 111101 | 1001011 | 0 | 110101 | 101011 | 110001 | 101011100 | 100100 | 100110 |
Color Harmonies of #833D4B
Complementary color
Monochromatic Colors of #833D4B
Black with #833D4B
Text Example
Text Example
White with #833D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D4B; }
p { color: rgb(131,61,75); }
H1.HeaderClassName
{
color: #833D4B;
}
.AnyTagClassName
{
color: #833D4B;
}
</style>
background-color css
<style>
a { background-color: #833D4B; }
a { background-color: rgb(131,61,75); }
div.DivClassName
{
background-color: #833D4B;
}
.BgClassName
{
background-color: #833D4B;
}
</style>
border-color css
<style>
span { border-color: #833D4B; }
span { border-color: rgb(131,61,75); }
td.TdClassName
{
border-color: #833D4B;
}
.TagClassName
{
border-color: #833D4B;
}
</style>