Shades of Camelot #883A4B
Tints of Camelot #883A4B
RGB
CMYK
RGB Variations
Color information
#883A4B (or 0x883A4B) is known color: Camelot. HEX triplet: 88, 3A and 4B. RGB value is (136,58,75). Sum of RGB (Red+Green+Blue) = 136+58+75=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A4B is #77C5B4. Grayscale: #535353. Windows color (decimal): -7849397 or 4930184. OLE color: 4930184.
HSL color Cylindrical-coordinate representation of color #883A4B: hue angle of 346.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A4B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 75 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.47 |
| HSL | 346.92º | 0.4% | 0.38% | - |
| HSV(B) | 346.92º | 0.57% | 0.53% | - |
| XYZ | 12.94 | 8.77 | 7.67 | - |
| YUV | 83.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 75 | 0 | 0.57 | 0.45 | 0.47 | 346.92 | 0.4 | 0.38 |
| Hex | 88 | 3A | 4B | 0 | 39 | 2D | 2F | 15B | 28 | 26 |
| Octal | 210 | 72 | 113 | 0 | 71 | 55 | 57 | 533 | 50 | 46 |
| Binary | 10001000 | 111010 | 1001011 | 0 | 111001 | 101101 | 101111 | 101011011 | 101000 | 100110 |
Color Harmonies of #883A4B
Complementary color
Monochromatic Colors of #883A4B
Black with #883A4B
Text Example
Text Example
White with #883A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A4B; }
p { color: rgb(136,58,75); }
H1.HeaderClassName
{
color: #883A4B;
}
.AnyTagClassName
{
color: #883A4B;
}
</style>
background-color css
<style>
a { background-color: #883A4B; }
a { background-color: rgb(136,58,75); }
div.DivClassName
{
background-color: #883A4B;
}
.BgClassName
{
background-color: #883A4B;
}
</style>
border-color css
<style>
span { border-color: #883A4B; }
span { border-color: rgb(136,58,75); }
td.TdClassName
{
border-color: #883A4B;
}
.TagClassName
{
border-color: #883A4B;
}
</style>