Shades of Camelot #803843
Tints of Camelot #803843
RGB
CMYK
RGB Variations
Color information
#803843 (or 0x803843) is known color: Camelot. HEX triplet: 80, 38 and 43. RGB value is (128,56,67). Sum of RGB (Red+Green+Blue) = 128+56+67=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803843 is #7FC7BC. Grayscale: #4E4E4E. Windows color (decimal): -8374205 or 4405376. OLE color: 4405376.
HSL color Cylindrical-coordinate representation of color #803843: hue angle of 350.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803843 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 67 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.50 |
| HSL | 350.83º | 0.39% | 0.36% | - |
| HSV(B) | 350.83º | 0.56% | 0.5% | - |
| XYZ | 11.33 | 7.82 | 6.22 | - |
| YUV | 78.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 67 | 0 | 0.56 | 0.48 | 0.50 | 350.83 | 0.39 | 0.36 |
| Hex | 80 | 38 | 43 | 0 | 38 | 30 | 32 | 15F | 27 | 24 |
| Octal | 200 | 70 | 103 | 0 | 70 | 60 | 62 | 537 | 47 | 44 |
| Binary | 10000000 | 111000 | 1000011 | 0 | 111000 | 110000 | 110010 | 101011111 | 100111 | 100100 |
Color Harmonies of #803843
Complementary color
Monochromatic Colors of #803843
Black with #803843
Text Example
Text Example
White with #803843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803843; }
p { color: rgb(128,56,67); }
H1.HeaderClassName
{
color: #803843;
}
.AnyTagClassName
{
color: #803843;
}
</style>
background-color css
<style>
a { background-color: #803843; }
a { background-color: rgb(128,56,67); }
div.DivClassName
{
background-color: #803843;
}
.BgClassName
{
background-color: #803843;
}
</style>
border-color css
<style>
span { border-color: #803843; }
span { border-color: rgb(128,56,67); }
td.TdClassName
{
border-color: #803843;
}
.TagClassName
{
border-color: #803843;
}
</style>