Shades of Camelot #883343
Tints of Camelot #883343
RGB
CMYK
RGB Variations
Color information
#883343 (or 0x883343) is known color: Camelot. HEX triplet: 88, 33 and 43. RGB value is (136,51,67). Sum of RGB (Red+Green+Blue) = 136+51+67=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883343 is #77CCBC. Grayscale: #4E4E4E. Windows color (decimal): -7851197 or 4404104. OLE color: 4404104.
HSL color Cylindrical-coordinate representation of color #883343: hue angle of 348.71º 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 #883343 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 67 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.47 |
| HSL | 348.71º | 0.45% | 0.37% | - |
| HSV(B) | 348.71º | 0.63% | 0.53% | - |
| XYZ | 12.35 | 8.01 | 6.2 | - |
| YUV | 78.24 | 121.66 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 67 | 0 | 0.62 | 0.51 | 0.47 | 348.71 | 0.45 | 0.37 |
| Hex | 88 | 33 | 43 | 0 | 3E | 33 | 2F | 15D | 2D | 25 |
| Octal | 210 | 63 | 103 | 0 | 76 | 63 | 57 | 535 | 55 | 45 |
| Binary | 10001000 | 110011 | 1000011 | 0 | 111110 | 110011 | 101111 | 101011101 | 101101 | 100101 |
Color Harmonies of #883343
Complementary color
Monochromatic Colors of #883343
Black with #883343
Text Example
Text Example
White with #883343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883343; }
p { color: rgb(136,51,67); }
H1.HeaderClassName
{
color: #883343;
}
.AnyTagClassName
{
color: #883343;
}
</style>
background-color css
<style>
a { background-color: #883343; }
a { background-color: rgb(136,51,67); }
div.DivClassName
{
background-color: #883343;
}
.BgClassName
{
background-color: #883343;
}
</style>
border-color css
<style>
span { border-color: #883343; }
span { border-color: rgb(136,51,67); }
td.TdClassName
{
border-color: #883343;
}
.TagClassName
{
border-color: #883343;
}
</style>