Shades of Camelot #883345
Tints of Camelot #883345
RGB
CMYK
RGB Variations
Color information
#883345 (or 0x883345) is known color: Camelot. HEX triplet: 88, 33 and 45. RGB value is (136,51,69). Sum of RGB (Red+Green+Blue) = 136+51+69=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883345 is #77CCBA. Grayscale: #4E4E4E. Windows color (decimal): -7851195 or 4535176. OLE color: 4535176.
HSL color Cylindrical-coordinate representation of color #883345: hue angle of 347.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883345 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 69 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.47 |
| HSL | 347.29º | 0.45% | 0.37% | - |
| HSV(B) | 347.29º | 0.63% | 0.53% | - |
| XYZ | 12.41 | 8.03 | 6.53 | - |
| YUV | 78.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 69 | 0 | 0.62 | 0.49 | 0.47 | 347.29 | 0.45 | 0.37 |
| Hex | 88 | 33 | 45 | 0 | 3E | 31 | 2F | 15B | 2D | 25 |
| Octal | 210 | 63 | 105 | 0 | 76 | 61 | 57 | 533 | 55 | 45 |
| Binary | 10001000 | 110011 | 1000101 | 0 | 111110 | 110001 | 101111 | 101011011 | 101101 | 100101 |
Color Harmonies of #883345
Complementary color
Monochromatic Colors of #883345
Black with #883345
Text Example
Text Example
White with #883345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883345; }
p { color: rgb(136,51,69); }
H1.HeaderClassName
{
color: #883345;
}
.AnyTagClassName
{
color: #883345;
}
</style>
background-color css
<style>
a { background-color: #883345; }
a { background-color: rgb(136,51,69); }
div.DivClassName
{
background-color: #883345;
}
.BgClassName
{
background-color: #883345;
}
</style>
border-color css
<style>
span { border-color: #883345; }
span { border-color: rgb(136,51,69); }
td.TdClassName
{
border-color: #883345;
}
.TagClassName
{
border-color: #883345;
}
</style>