Shades of Camelot #833642
Tints of Camelot #833642
RGB
CMYK
RGB Variations
Color information
#833642 (or 0x833642) is known color: Camelot. HEX triplet: 83, 36 and 42. RGB value is (131,54,66). Sum of RGB (Red+Green+Blue) = 131+54+66=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #833642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833642 is #7CC9BD. Grayscale: #4E4E4E. Windows color (decimal): -8178110 or 4339331. OLE color: 4339331.
HSL color Cylindrical-coordinate representation of color #833642: hue angle of 350.65º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #833642 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 66 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.49 |
| HSL | 350.65º | 0.42% | 0.36% | - |
| HSV(B) | 350.65º | 0.59% | 0.51% | - |
| XYZ | 11.66 | 7.86 | 6.06 | - |
| YUV | 78.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 66 | 0 | 0.59 | 0.50 | 0.49 | 350.65 | 0.42 | 0.36 |
| Hex | 83 | 36 | 42 | 0 | 3B | 32 | 31 | 15F | 2A | 24 |
| Octal | 203 | 66 | 102 | 0 | 73 | 62 | 61 | 537 | 52 | 44 |
| Binary | 10000011 | 110110 | 1000010 | 0 | 111011 | 110010 | 110001 | 101011111 | 101010 | 100100 |
Color Harmonies of #833642
Complementary color
Monochromatic Colors of #833642
Black with #833642
Text Example
Text Example
White with #833642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833642; }
p { color: rgb(131,54,66); }
H1.HeaderClassName
{
color: #833642;
}
.AnyTagClassName
{
color: #833642;
}
</style>
background-color css
<style>
a { background-color: #833642; }
a { background-color: rgb(131,54,66); }
div.DivClassName
{
background-color: #833642;
}
.BgClassName
{
background-color: #833642;
}
</style>
border-color css
<style>
span { border-color: #833642; }
span { border-color: rgb(131,54,66); }
td.TdClassName
{
border-color: #833642;
}
.TagClassName
{
border-color: #833642;
}
</style>