Shades of Camelot #882F44
Tints of Camelot #882F44
RGB
CMYK
RGB Variations
Color information
#882F44 (or 0x882F44) is known color: Camelot. HEX triplet: 88, 2F and 44. RGB value is (136,47,68). Sum of RGB (Red+Green+Blue) = 136+47+68=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #882F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F44 is #77D0BB. Grayscale: #4C4C4C. Windows color (decimal): -7852220 or 4468616. OLE color: 4468616.
HSL color Cylindrical-coordinate representation of color #882F44: hue angle of 345.84º 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 #882F44 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 68 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.47 |
| HSL | 345.84º | 0.49% | 0.36% | - |
| HSV(B) | 345.84º | 0.65% | 0.53% | - |
| XYZ | 12.21 | 7.68 | 6.31 | - |
| YUV | 76.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 68 | 0 | 0.65 | 0.50 | 0.47 | 345.84 | 0.49 | 0.36 |
| Hex | 88 | 2F | 44 | 0 | 41 | 32 | 2F | 15A | 31 | 24 |
| Octal | 210 | 57 | 104 | 0 | 101 | 62 | 57 | 532 | 61 | 44 |
| Binary | 10001000 | 101111 | 1000100 | 0 | 1000001 | 110010 | 101111 | 101011010 | 110001 | 100100 |
Color Harmonies of #882F44
Complementary color
Monochromatic Colors of #882F44
Black with #882F44
Text Example
Text Example
White with #882F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F44; }
p { color: rgb(136,47,68); }
H1.HeaderClassName
{
color: #882F44;
}
.AnyTagClassName
{
color: #882F44;
}
</style>
background-color css
<style>
a { background-color: #882F44; }
a { background-color: rgb(136,47,68); }
div.DivClassName
{
background-color: #882F44;
}
.BgClassName
{
background-color: #882F44;
}
</style>
border-color css
<style>
span { border-color: #882F44; }
span { border-color: rgb(136,47,68); }
td.TdClassName
{
border-color: #882F44;
}
.TagClassName
{
border-color: #882F44;
}
</style>