Shades of Camelot #833245
Tints of Camelot #833245
RGB
CMYK
RGB Variations
Color information
#833245 (or 0x833245) is known color: Camelot. HEX triplet: 83, 32 and 45. RGB value is (131,50,69). Sum of RGB (Red+Green+Blue) = 131+50+69=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #833245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833245 is #7CCDBA. Grayscale: #4C4C4C. Windows color (decimal): -8179131 or 4534915. OLE color: 4534915.
HSL color Cylindrical-coordinate representation of color #833245: hue angle of 345.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833245 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 69 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.49 |
| HSL | 345.93º | 0.45% | 0.35% | - |
| HSV(B) | 345.93º | 0.62% | 0.51% | - |
| XYZ | 11.57 | 7.54 | 6.47 | - |
| YUV | 76.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 69 | 0 | 0.62 | 0.47 | 0.49 | 345.93 | 0.45 | 0.35 |
| Hex | 83 | 32 | 45 | 0 | 3E | 2F | 31 | 15A | 2D | 23 |
| Octal | 203 | 62 | 105 | 0 | 76 | 57 | 61 | 532 | 55 | 43 |
| Binary | 10000011 | 110010 | 1000101 | 0 | 111110 | 101111 | 110001 | 101011010 | 101101 | 100011 |
Color Harmonies of #833245
Complementary color
Monochromatic Colors of #833245
Black with #833245
Text Example
Text Example
White with #833245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833245; }
p { color: rgb(131,50,69); }
H1.HeaderClassName
{
color: #833245;
}
.AnyTagClassName
{
color: #833245;
}
</style>
background-color css
<style>
a { background-color: #833245; }
a { background-color: rgb(131,50,69); }
div.DivClassName
{
background-color: #833245;
}
.BgClassName
{
background-color: #833245;
}
</style>
border-color css
<style>
span { border-color: #833245; }
span { border-color: rgb(131,50,69); }
td.TdClassName
{
border-color: #833245;
}
.TagClassName
{
border-color: #833245;
}
</style>