Shades of Camelot #803B44
Tints of Camelot #803B44
RGB
CMYK
RGB Variations
Color information
#803B44 (or 0x803B44) is known color: Camelot. HEX triplet: 80, 3B and 44. RGB value is (128,59,68). Sum of RGB (Red+Green+Blue) = 128+59+68=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #803B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B44 is #7FC4BB. Grayscale: #505050. Windows color (decimal): -8373436 or 4471680. OLE color: 4471680.
HSL color Cylindrical-coordinate representation of color #803B44: hue angle of 352.17º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B44 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 68 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.50 |
| HSL | 352.17º | 0.37% | 0.37% | - |
| HSV(B) | 352.17º | 0.54% | 0.5% | - |
| XYZ | 11.51 | 8.13 | 6.43 | - |
| YUV | 80.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 68 | 0 | 0.54 | 0.47 | 0.50 | 352.17 | 0.37 | 0.37 |
| Hex | 80 | 3B | 44 | 0 | 36 | 2F | 32 | 160 | 25 | 25 |
| Octal | 200 | 73 | 104 | 0 | 66 | 57 | 62 | 540 | 45 | 45 |
| Binary | 10000000 | 111011 | 1000100 | 0 | 110110 | 101111 | 110010 | 101100000 | 100101 | 100101 |
Color Harmonies of #803B44
Complementary color
Monochromatic Colors of #803B44
Black with #803B44
Text Example
Text Example
White with #803B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B44; }
p { color: rgb(128,59,68); }
H1.HeaderClassName
{
color: #803B44;
}
.AnyTagClassName
{
color: #803B44;
}
</style>
background-color css
<style>
a { background-color: #803B44; }
a { background-color: rgb(128,59,68); }
div.DivClassName
{
background-color: #803B44;
}
.BgClassName
{
background-color: #803B44;
}
</style>
border-color css
<style>
span { border-color: #803B44; }
span { border-color: rgb(128,59,68); }
td.TdClassName
{
border-color: #803B44;
}
.TagClassName
{
border-color: #803B44;
}
</style>