Shades of Camelot #8D2F42
Tints of Camelot #8D2F42
RGB
CMYK
RGB Variations
Color information
#8D2F42 (or 0x8D2F42) is known color: Camelot. HEX triplet: 8D, 2F and 42. RGB value is (141,47,66). Sum of RGB (Red+Green+Blue) = 141+47+66=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2F42 is #72D0BD. Grayscale: #4D4D4D. Windows color (decimal): -7524542 or 4337549. OLE color: 4337549.
HSL color Cylindrical-coordinate representation of color #8D2F42: hue angle of 347.87º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F42 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 66 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.45 |
| HSL | 347.87º | 0.5% | 0.37% | - |
| HSV(B) | 347.87º | 0.67% | 0.55% | - |
| XYZ | 12.98 | 8.09 | 6.03 | - |
| YUV | 77.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 66 | 0 | 0.67 | 0.53 | 0.45 | 347.87 | 0.5 | 0.37 |
| Hex | 8D | 2F | 42 | 0 | 43 | 35 | 2D | 15C | 32 | 25 |
| Octal | 215 | 57 | 102 | 0 | 103 | 65 | 55 | 534 | 62 | 45 |
| Binary | 10001101 | 101111 | 1000010 | 0 | 1000011 | 110101 | 101101 | 101011100 | 110010 | 100101 |
Color Harmonies of #8D2F42
Complementary color
Monochromatic Colors of #8D2F42
Black with #8D2F42
Text Example
Text Example
White with #8D2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F42; }
p { color: rgb(141,47,66); }
H1.HeaderClassName
{
color: #8D2F42;
}
.AnyTagClassName
{
color: #8D2F42;
}
</style>
background-color css
<style>
a { background-color: #8D2F42; }
a { background-color: rgb(141,47,66); }
div.DivClassName
{
background-color: #8D2F42;
}
.BgClassName
{
background-color: #8D2F42;
}
</style>
border-color css
<style>
span { border-color: #8D2F42; }
span { border-color: rgb(141,47,66); }
td.TdClassName
{
border-color: #8D2F42;
}
.TagClassName
{
border-color: #8D2F42;
}
</style>