Shades of Camelot #882E42
Tints of Camelot #882E42
RGB
CMYK
RGB Variations
Color information
#882E42 (or 0x882E42) is known color: Camelot. HEX triplet: 88, 2E and 42. RGB value is (136,46,66). Sum of RGB (Red+Green+Blue) = 136+46+66=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E42 is #77D1BD. Grayscale: #4B4B4B. Windows color (decimal): -7852478 or 4337288. OLE color: 4337288.
HSL color Cylindrical-coordinate representation of color #882E42: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E42 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 66 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.47 |
| HSL | 346.67º | 0.49% | 0.36% | - |
| HSV(B) | 346.67º | 0.66% | 0.53% | - |
| XYZ | 12.11 | 7.58 | 5.98 | - |
| YUV | 75.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 66 | 0 | 0.66 | 0.51 | 0.47 | 346.67 | 0.49 | 0.36 |
| Hex | 88 | 2E | 42 | 0 | 42 | 33 | 2F | 15B | 31 | 24 |
| Octal | 210 | 56 | 102 | 0 | 102 | 63 | 57 | 533 | 61 | 44 |
| Binary | 10001000 | 101110 | 1000010 | 0 | 1000010 | 110011 | 101111 | 101011011 | 110001 | 100100 |
Color Harmonies of #882E42
Complementary color
Monochromatic Colors of #882E42
Black with #882E42
Text Example
Text Example
White with #882E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E42; }
p { color: rgb(136,46,66); }
H1.HeaderClassName
{
color: #882E42;
}
.AnyTagClassName
{
color: #882E42;
}
</style>
background-color css
<style>
a { background-color: #882E42; }
a { background-color: rgb(136,46,66); }
div.DivClassName
{
background-color: #882E42;
}
.BgClassName
{
background-color: #882E42;
}
</style>
border-color css
<style>
span { border-color: #882E42; }
span { border-color: rgb(136,46,66); }
td.TdClassName
{
border-color: #882E42;
}
.TagClassName
{
border-color: #882E42;
}
</style>