Shades of Camelot #883144
Tints of Camelot #883144
RGB
CMYK
RGB Variations
Color information
#883144 (or 0x883144) is known color: Camelot. HEX triplet: 88, 31 and 44. RGB value is (136,49,68). Sum of RGB (Red+Green+Blue) = 136+49+68=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883144 is #77CEBB. Grayscale: #4D4D4D. Windows color (decimal): -7851708 or 4469128. OLE color: 4469128.
HSL color Cylindrical-coordinate representation of color #883144: hue angle of 346.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883144 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 68 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.47 |
| HSL | 346.9º | 0.47% | 0.36% | - |
| HSV(B) | 346.9º | 0.64% | 0.53% | - |
| XYZ | 12.3 | 7.85 | 6.34 | - |
| YUV | 77.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 68 | 0 | 0.64 | 0.50 | 0.47 | 346.9 | 0.47 | 0.36 |
| Hex | 88 | 31 | 44 | 0 | 40 | 32 | 2F | 15B | 2F | 24 |
| Octal | 210 | 61 | 104 | 0 | 100 | 62 | 57 | 533 | 57 | 44 |
| Binary | 10001000 | 110001 | 1000100 | 0 | 1000000 | 110010 | 101111 | 101011011 | 101111 | 100100 |
Color Harmonies of #883144
Complementary color
Monochromatic Colors of #883144
Black with #883144
Text Example
Text Example
White with #883144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883144; }
p { color: rgb(136,49,68); }
H1.HeaderClassName
{
color: #883144;
}
.AnyTagClassName
{
color: #883144;
}
</style>
background-color css
<style>
a { background-color: #883144; }
a { background-color: rgb(136,49,68); }
div.DivClassName
{
background-color: #883144;
}
.BgClassName
{
background-color: #883144;
}
</style>
border-color css
<style>
span { border-color: #883144; }
span { border-color: rgb(136,49,68); }
td.TdClassName
{
border-color: #883144;
}
.TagClassName
{
border-color: #883144;
}
</style>