Shades of Camelot #882F42
Tints of Camelot #882F42
RGB
CMYK
RGB Variations
Color information
#882F42 (or 0x882F42) is known color: Camelot. HEX triplet: 88, 2F and 42. RGB value is (136,47,66). Sum of RGB (Red+Green+Blue) = 136+47+66=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #882F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F42 is #77D0BD. Grayscale: #4B4B4B. Windows color (decimal): -7852222 or 4337544. OLE color: 4337544.
HSL color Cylindrical-coordinate representation of color #882F42: hue angle of 347.19º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F42 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 66 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.47 |
| HSL | 347.19º | 0.49% | 0.36% | - |
| HSV(B) | 347.19º | 0.65% | 0.53% | - |
| XYZ | 12.15 | 7.66 | 5.99 | - |
| YUV | 75.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 66 | 0 | 0.65 | 0.51 | 0.47 | 347.19 | 0.49 | 0.36 |
| Hex | 88 | 2F | 42 | 0 | 41 | 33 | 2F | 15B | 31 | 24 |
| Octal | 210 | 57 | 102 | 0 | 101 | 63 | 57 | 533 | 61 | 44 |
| Binary | 10001000 | 101111 | 1000010 | 0 | 1000001 | 110011 | 101111 | 101011011 | 110001 | 100100 |
Color Harmonies of #882F42
Complementary color
Monochromatic Colors of #882F42
Black with #882F42
Text Example
Text Example
White with #882F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F42; }
p { color: rgb(136,47,66); }
H1.HeaderClassName
{
color: #882F42;
}
.AnyTagClassName
{
color: #882F42;
}
</style>
background-color css
<style>
a { background-color: #882F42; }
a { background-color: rgb(136,47,66); }
div.DivClassName
{
background-color: #882F42;
}
.BgClassName
{
background-color: #882F42;
}
</style>
border-color css
<style>
span { border-color: #882F42; }
span { border-color: rgb(136,47,66); }
td.TdClassName
{
border-color: #882F42;
}
.TagClassName
{
border-color: #882F42;
}
</style>