Shades of Camelot #833345
Tints of Camelot #833345
RGB
CMYK
RGB Variations
Color information
#833345 (or 0x833345) is known color: Camelot. HEX triplet: 83, 33 and 45. RGB value is (131,51,69). Sum of RGB (Red+Green+Blue) = 131+51+69=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #833345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833345 is #7CCCBA. Grayscale: #4C4C4C. Windows color (decimal): -8178875 or 4535171. OLE color: 4535171.
HSL color Cylindrical-coordinate representation of color #833345: hue angle of 346.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833345 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 69 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.49 |
| HSL | 346.5º | 0.44% | 0.36% | - |
| HSV(B) | 346.5º | 0.61% | 0.51% | - |
| XYZ | 11.62 | 7.62 | 6.49 | - |
| YUV | 76.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 69 | 0 | 0.61 | 0.47 | 0.49 | 346.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 45 | 0 | 3D | 2F | 31 | 15A | 2C | 24 |
| Octal | 203 | 63 | 105 | 0 | 75 | 57 | 61 | 532 | 54 | 44 |
| Binary | 10000011 | 110011 | 1000101 | 0 | 111101 | 101111 | 110001 | 101011010 | 101100 | 100100 |
Color Harmonies of #833345
Complementary color
Monochromatic Colors of #833345
Black with #833345
Text Example
Text Example
White with #833345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833345; }
p { color: rgb(131,51,69); }
H1.HeaderClassName
{
color: #833345;
}
.AnyTagClassName
{
color: #833345;
}
</style>
background-color css
<style>
a { background-color: #833345; }
a { background-color: rgb(131,51,69); }
div.DivClassName
{
background-color: #833345;
}
.BgClassName
{
background-color: #833345;
}
</style>
border-color css
<style>
span { border-color: #833345; }
span { border-color: rgb(131,51,69); }
td.TdClassName
{
border-color: #833345;
}
.TagClassName
{
border-color: #833345;
}
</style>