Shades of Camelot #803748
Tints of Camelot #803748
RGB
CMYK
RGB Variations
Color information
#803748 (or 0x803748) is known color: Camelot. HEX triplet: 80, 37 and 48. RGB value is (128,55,72). Sum of RGB (Red+Green+Blue) = 128+55+72=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803748 is #7FC8B7. Grayscale: #4E4E4E. Windows color (decimal): -8374456 or 4732800. OLE color: 4732800.
HSL color Cylindrical-coordinate representation of color #803748: hue angle of 346.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803748 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 72 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.50 |
| HSL | 346.03º | 0.4% | 0.36% | - |
| HSV(B) | 346.03º | 0.57% | 0.5% | - |
| XYZ | 11.44 | 7.79 | 7.03 | - |
| YUV | 78.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 72 | 0 | 0.57 | 0.44 | 0.50 | 346.03 | 0.4 | 0.36 |
| Hex | 80 | 37 | 48 | 0 | 39 | 2C | 32 | 15A | 28 | 24 |
| Octal | 200 | 67 | 110 | 0 | 71 | 54 | 62 | 532 | 50 | 44 |
| Binary | 10000000 | 110111 | 1001000 | 0 | 111001 | 101100 | 110010 | 101011010 | 101000 | 100100 |
Color Harmonies of #803748
Complementary color
Monochromatic Colors of #803748
Black with #803748
Text Example
Text Example
White with #803748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803748; }
p { color: rgb(128,55,72); }
H1.HeaderClassName
{
color: #803748;
}
.AnyTagClassName
{
color: #803748;
}
</style>
background-color css
<style>
a { background-color: #803748; }
a { background-color: rgb(128,55,72); }
div.DivClassName
{
background-color: #803748;
}
.BgClassName
{
background-color: #803748;
}
</style>
border-color css
<style>
span { border-color: #803748; }
span { border-color: rgb(128,55,72); }
td.TdClassName
{
border-color: #803748;
}
.TagClassName
{
border-color: #803748;
}
</style>