Shades of Camelot #803145
Tints of Camelot #803145
RGB
CMYK
RGB Variations
Color information
#803145 (or 0x803145) is known color: Camelot. HEX triplet: 80, 31 and 45. RGB value is (128,49,69). Sum of RGB (Red+Green+Blue) = 128+49+69=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #803145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803145 is #7FCEBA. Grayscale: #4A4A4A. Windows color (decimal): -8375995 or 4534656. OLE color: 4534656.
HSL color Cylindrical-coordinate representation of color #803145: hue angle of 344.81º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803145 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 69 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.50 |
| HSL | 344.81º | 0.45% | 0.35% | - |
| HSV(B) | 344.81º | 0.62% | 0.5% | - |
| XYZ | 11.07 | 7.22 | 6.44 | - |
| YUV | 74.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 69 | 0 | 0.62 | 0.46 | 0.50 | 344.81 | 0.45 | 0.35 |
| Hex | 80 | 31 | 45 | 0 | 3E | 2E | 32 | 159 | 2D | 23 |
| Octal | 200 | 61 | 105 | 0 | 76 | 56 | 62 | 531 | 55 | 43 |
| Binary | 10000000 | 110001 | 1000101 | 0 | 111110 | 101110 | 110010 | 101011001 | 101101 | 100011 |
Color Harmonies of #803145
Complementary color
Monochromatic Colors of #803145
Black with #803145
Text Example
Text Example
White with #803145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803145; }
p { color: rgb(128,49,69); }
H1.HeaderClassName
{
color: #803145;
}
.AnyTagClassName
{
color: #803145;
}
</style>
background-color css
<style>
a { background-color: #803145; }
a { background-color: rgb(128,49,69); }
div.DivClassName
{
background-color: #803145;
}
.BgClassName
{
background-color: #803145;
}
</style>
border-color css
<style>
span { border-color: #803145; }
span { border-color: rgb(128,49,69); }
td.TdClassName
{
border-color: #803145;
}
.TagClassName
{
border-color: #803145;
}
</style>