Shades of Camelot #802F42
Tints of Camelot #802F42
RGB
CMYK
RGB Variations
Color information
#802F42 (or 0x802F42) is known color: Camelot. HEX triplet: 80, 2F and 42. RGB value is (128,47,66). Sum of RGB (Red+Green+Blue) = 128+47+66=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #802F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F42 is #7FD0BD. Grayscale: #494949. Windows color (decimal): -8376510 or 4337536. OLE color: 4337536.
HSL color Cylindrical-coordinate representation of color #802F42: hue angle of 345.93º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F42 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 66 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.50 |
| HSL | 345.93º | 0.46% | 0.34% | - |
| HSV(B) | 345.93º | 0.63% | 0.5% | - |
| XYZ | 10.9 | 7.02 | 5.93 | - |
| YUV | 73.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 66 | 0 | 0.63 | 0.48 | 0.50 | 345.93 | 0.46 | 0.34 |
| Hex | 80 | 2F | 42 | 0 | 3F | 30 | 32 | 15A | 2E | 22 |
| Octal | 200 | 57 | 102 | 0 | 77 | 60 | 62 | 532 | 56 | 42 |
| Binary | 10000000 | 101111 | 1000010 | 0 | 111111 | 110000 | 110010 | 101011010 | 101110 | 100010 |
Color Harmonies of #802F42
Complementary color
Monochromatic Colors of #802F42
Black with #802F42
Text Example
Text Example
White with #802F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F42; }
p { color: rgb(128,47,66); }
H1.HeaderClassName
{
color: #802F42;
}
.AnyTagClassName
{
color: #802F42;
}
</style>
background-color css
<style>
a { background-color: #802F42; }
a { background-color: rgb(128,47,66); }
div.DivClassName
{
background-color: #802F42;
}
.BgClassName
{
background-color: #802F42;
}
</style>
border-color css
<style>
span { border-color: #802F42; }
span { border-color: rgb(128,47,66); }
td.TdClassName
{
border-color: #802F42;
}
.TagClassName
{
border-color: #802F42;
}
</style>