Shades of Camelot #804653
Tints of Camelot #804653
RGB
CMYK
RGB Variations
Color information
#804653 (or 0x804653) is known color: Camelot. HEX triplet: 80, 46 and 53. RGB value is (128,70,83). Sum of RGB (Red+Green+Blue) = 128+70+83=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804653 is #7FB9AC. Grayscale: #585858. Windows color (decimal): -8370605 or 5457536. OLE color: 5457536.
HSL color Cylindrical-coordinate representation of color #804653: hue angle of 346.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804653 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 83 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.50 |
| HSL | 346.55º | 0.29% | 0.39% | - |
| HSV(B) | 346.55º | 0.45% | 0.5% | - |
| XYZ | 12.65 | 9.59 | 9.37 | - |
| YUV | 88.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 83 | 0 | 0.45 | 0.35 | 0.50 | 346.55 | 0.29 | 0.39 |
| Hex | 80 | 46 | 53 | 0 | 2D | 23 | 32 | 15B | 1D | 27 |
| Octal | 200 | 106 | 123 | 0 | 55 | 43 | 62 | 533 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1010011 | 0 | 101101 | 100011 | 110010 | 101011011 | 11101 | 100111 |
Color Harmonies of #804653
Complementary color
Monochromatic Colors of #804653
Black with #804653
Text Example
Text Example
White with #804653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804653; }
p { color: rgb(128,70,83); }
H1.HeaderClassName
{
color: #804653;
}
.AnyTagClassName
{
color: #804653;
}
</style>
background-color css
<style>
a { background-color: #804653; }
a { background-color: rgb(128,70,83); }
div.DivClassName
{
background-color: #804653;
}
.BgClassName
{
background-color: #804653;
}
</style>
border-color css
<style>
span { border-color: #804653; }
span { border-color: rgb(128,70,83); }
td.TdClassName
{
border-color: #804653;
}
.TagClassName
{
border-color: #804653;
}
</style>