Shades of Camelot #803248
Tints of Camelot #803248
RGB
CMYK
RGB Variations
Color information
#803248 (or 0x803248) is known color: Camelot. HEX triplet: 80, 32 and 48. RGB value is (128,50,72). Sum of RGB (Red+Green+Blue) = 128+50+72=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803248 is #7FCDB7. Grayscale: #4B4B4B. Windows color (decimal): -8375736 or 4731520. OLE color: 4731520.
HSL color Cylindrical-coordinate representation of color #803248: hue angle of 343.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803248 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 72 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.50 |
| HSL | 343.08º | 0.44% | 0.35% | - |
| HSV(B) | 343.08º | 0.61% | 0.5% | - |
| XYZ | 11.21 | 7.34 | 6.96 | - |
| YUV | 75.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 72 | 0 | 0.61 | 0.44 | 0.50 | 343.08 | 0.44 | 0.35 |
| Hex | 80 | 32 | 48 | 0 | 3D | 2C | 32 | 157 | 2C | 23 |
| Octal | 200 | 62 | 110 | 0 | 75 | 54 | 62 | 527 | 54 | 43 |
| Binary | 10000000 | 110010 | 1001000 | 0 | 111101 | 101100 | 110010 | 101010111 | 101100 | 100011 |
Color Harmonies of #803248
Complementary color
Monochromatic Colors of #803248
Black with #803248
Text Example
Text Example
White with #803248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803248; }
p { color: rgb(128,50,72); }
H1.HeaderClassName
{
color: #803248;
}
.AnyTagClassName
{
color: #803248;
}
</style>
background-color css
<style>
a { background-color: #803248; }
a { background-color: rgb(128,50,72); }
div.DivClassName
{
background-color: #803248;
}
.BgClassName
{
background-color: #803248;
}
</style>
border-color css
<style>
span { border-color: #803248; }
span { border-color: rgb(128,50,72); }
td.TdClassName
{
border-color: #803248;
}
.TagClassName
{
border-color: #803248;
}
</style>