Shades of Camelot #803649
Tints of Camelot #803649
RGB
CMYK
RGB Variations
Color information
#803649 (or 0x803649) is known color: Camelot. HEX triplet: 80, 36 and 49. RGB value is (128,54,73). Sum of RGB (Red+Green+Blue) = 128+54+73=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803649 is #7FC9B6. Grayscale: #4E4E4E. Windows color (decimal): -8374711 or 4798080. OLE color: 4798080.
HSL color Cylindrical-coordinate representation of color #803649: hue angle of 344.59º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803649 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 73 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.50 |
| HSL | 344.59º | 0.41% | 0.36% | - |
| HSV(B) | 344.59º | 0.58% | 0.5% | - |
| XYZ | 11.42 | 7.71 | 7.19 | - |
| YUV | 78.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 73 | 0 | 0.58 | 0.43 | 0.50 | 344.59 | 0.41 | 0.36 |
| Hex | 80 | 36 | 49 | 0 | 3A | 2B | 32 | 159 | 29 | 24 |
| Octal | 200 | 66 | 111 | 0 | 72 | 53 | 62 | 531 | 51 | 44 |
| Binary | 10000000 | 110110 | 1001001 | 0 | 111010 | 101011 | 110010 | 101011001 | 101001 | 100100 |
Color Harmonies of #803649
Complementary color
Monochromatic Colors of #803649
Black with #803649
Text Example
Text Example
White with #803649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803649; }
p { color: rgb(128,54,73); }
H1.HeaderClassName
{
color: #803649;
}
.AnyTagClassName
{
color: #803649;
}
</style>
background-color css
<style>
a { background-color: #803649; }
a { background-color: rgb(128,54,73); }
div.DivClassName
{
background-color: #803649;
}
.BgClassName
{
background-color: #803649;
}
</style>
border-color css
<style>
span { border-color: #803649; }
span { border-color: rgb(128,54,73); }
td.TdClassName
{
border-color: #803649;
}
.TagClassName
{
border-color: #803649;
}
</style>