Shades of Camelot #883D4E
Tints of Camelot #883D4E
RGB
CMYK
RGB Variations
Color information
#883D4E (or 0x883D4E) is known color: Camelot. HEX triplet: 88, 3D and 4E. RGB value is (136,61,78). Sum of RGB (Red+Green+Blue) = 136+61+78=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D4E is #77C2B1. Grayscale: #555555. Windows color (decimal): -7848626 or 5127560. OLE color: 5127560.
HSL color Cylindrical-coordinate representation of color #883D4E: hue angle of 346.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D4E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 78 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.47 |
| HSL | 346.4º | 0.38% | 0.39% | - |
| HSV(B) | 346.4º | 0.55% | 0.53% | - |
| XYZ | 13.2 | 9.12 | 8.27 | - |
| YUV | 85.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 78 | 0 | 0.55 | 0.43 | 0.47 | 346.4 | 0.38 | 0.39 |
| Hex | 88 | 3D | 4E | 0 | 37 | 2B | 2F | 15A | 26 | 27 |
| Octal | 210 | 75 | 116 | 0 | 67 | 53 | 57 | 532 | 46 | 47 |
| Binary | 10001000 | 111101 | 1001110 | 0 | 110111 | 101011 | 101111 | 101011010 | 100110 | 100111 |
Color Harmonies of #883D4E
Complementary color
Monochromatic Colors of #883D4E
Black with #883D4E
Text Example
Text Example
White with #883D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D4E; }
p { color: rgb(136,61,78); }
H1.HeaderClassName
{
color: #883D4E;
}
.AnyTagClassName
{
color: #883D4E;
}
</style>
background-color css
<style>
a { background-color: #883D4E; }
a { background-color: rgb(136,61,78); }
div.DivClassName
{
background-color: #883D4E;
}
.BgClassName
{
background-color: #883D4E;
}
</style>
border-color css
<style>
span { border-color: #883D4E; }
span { border-color: rgb(136,61,78); }
td.TdClassName
{
border-color: #883D4E;
}
.TagClassName
{
border-color: #883D4E;
}
</style>