Shades of Camelot #803952
Tints of Camelot #803952
RGB
CMYK
RGB Variations
Color information
#803952 (or 0x803952) is known color: Camelot. HEX triplet: 80, 39 and 52. RGB value is (128,57,82). Sum of RGB (Red+Green+Blue) = 128+57+82=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #803952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803952 is #7FC6AD. Grayscale: #515151. Windows color (decimal): -8373934 or 5388672. OLE color: 5388672.
HSL color Cylindrical-coordinate representation of color #803952: hue angle of 338.87º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803952 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 82 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.50 |
| HSL | 338.87º | 0.38% | 0.36% | - |
| HSV(B) | 338.87º | 0.55% | 0.5% | - |
| XYZ | 11.89 | 8.12 | 8.92 | - |
| YUV | 81.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 82 | 0 | 0.55 | 0.36 | 0.50 | 338.87 | 0.38 | 0.36 |
| Hex | 80 | 39 | 52 | 0 | 37 | 24 | 32 | 153 | 26 | 24 |
| Octal | 200 | 71 | 122 | 0 | 67 | 44 | 62 | 523 | 46 | 44 |
| Binary | 10000000 | 111001 | 1010010 | 0 | 110111 | 100100 | 110010 | 101010011 | 100110 | 100100 |
Color Harmonies of #803952
Complementary color
Monochromatic Colors of #803952
Black with #803952
Text Example
Text Example
White with #803952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803952; }
p { color: rgb(128,57,82); }
H1.HeaderClassName
{
color: #803952;
}
.AnyTagClassName
{
color: #803952;
}
</style>
background-color css
<style>
a { background-color: #803952; }
a { background-color: rgb(128,57,82); }
div.DivClassName
{
background-color: #803952;
}
.BgClassName
{
background-color: #803952;
}
</style>
border-color css
<style>
span { border-color: #803952; }
span { border-color: rgb(128,57,82); }
td.TdClassName
{
border-color: #803952;
}
.TagClassName
{
border-color: #803952;
}
</style>