Shades of Camelot #8E3B4B
Tints of Camelot #8E3B4B
RGB
CMYK
RGB Variations
Color information
#8E3B4B (or 0x8E3B4B) is known color: Camelot. HEX triplet: 8E, 3B and 4B. RGB value is (142,59,75). Sum of RGB (Red+Green+Blue) = 142+59+75=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B4B is #71C4B4. Grayscale: #555555. Windows color (decimal): -7455925 or 4930446. OLE color: 4930446.
HSL color Cylindrical-coordinate representation of color #8E3B4B: hue angle of 348.43º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3B4B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 75 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.44 |
| HSL | 348.43º | 0.41% | 0.39% | - |
| HSV(B) | 348.43º | 0.58% | 0.56% | - |
| XYZ | 13.99 | 9.39 | 7.73 | - |
| YUV | 85.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 75 | 0 | 0.58 | 0.47 | 0.44 | 348.43 | 0.41 | 0.39 |
| Hex | 8E | 3B | 4B | 0 | 3A | 2F | 2C | 15C | 29 | 27 |
| Octal | 216 | 73 | 113 | 0 | 72 | 57 | 54 | 534 | 51 | 47 |
| Binary | 10001110 | 111011 | 1001011 | 0 | 111010 | 101111 | 101100 | 101011100 | 101001 | 100111 |
Color Harmonies of #8E3B4B
Complementary color
Monochromatic Colors of #8E3B4B
Black with #8E3B4B
Text Example
Text Example
White with #8E3B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B4B; }
p { color: rgb(142,59,75); }
H1.HeaderClassName
{
color: #8E3B4B;
}
.AnyTagClassName
{
color: #8E3B4B;
}
</style>
background-color css
<style>
a { background-color: #8E3B4B; }
a { background-color: rgb(142,59,75); }
div.DivClassName
{
background-color: #8E3B4B;
}
.BgClassName
{
background-color: #8E3B4B;
}
</style>
border-color css
<style>
span { border-color: #8E3B4B; }
span { border-color: rgb(142,59,75); }
td.TdClassName
{
border-color: #8E3B4B;
}
.TagClassName
{
border-color: #8E3B4B;
}
</style>