Shades of Camelot #803948
Tints of Camelot #803948
RGB
CMYK
RGB Variations
Color information
#803948 (or 0x803948) is known color: Camelot. HEX triplet: 80, 39 and 48. RGB value is (128,57,72). Sum of RGB (Red+Green+Blue) = 128+57+72=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #803948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803948 is #7FC6B7. Grayscale: #4F4F4F. Windows color (decimal): -8373944 or 4733312. OLE color: 4733312.
HSL color Cylindrical-coordinate representation of color #803948: hue angle of 347.32º 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 #803948 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 72 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.50 |
| HSL | 347.32º | 0.38% | 0.36% | - |
| HSV(B) | 347.32º | 0.55% | 0.5% | - |
| XYZ | 11.53 | 7.98 | 7.06 | - |
| YUV | 79.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 72 | 0 | 0.55 | 0.44 | 0.50 | 347.32 | 0.38 | 0.36 |
| Hex | 80 | 39 | 48 | 0 | 37 | 2C | 32 | 15B | 26 | 24 |
| Octal | 200 | 71 | 110 | 0 | 67 | 54 | 62 | 533 | 46 | 44 |
| Binary | 10000000 | 111001 | 1001000 | 0 | 110111 | 101100 | 110010 | 101011011 | 100110 | 100100 |
Color Harmonies of #803948
Complementary color
Monochromatic Colors of #803948
Black with #803948
Text Example
Text Example
White with #803948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803948; }
p { color: rgb(128,57,72); }
H1.HeaderClassName
{
color: #803948;
}
.AnyTagClassName
{
color: #803948;
}
</style>
background-color css
<style>
a { background-color: #803948; }
a { background-color: rgb(128,57,72); }
div.DivClassName
{
background-color: #803948;
}
.BgClassName
{
background-color: #803948;
}
</style>
border-color css
<style>
span { border-color: #803948; }
span { border-color: rgb(128,57,72); }
td.TdClassName
{
border-color: #803948;
}
.TagClassName
{
border-color: #803948;
}
</style>