Shades of Camelot #883D4A
Tints of Camelot #883D4A
RGB
CMYK
RGB Variations
Color information
#883D4A (or 0x883D4A) is known color: Camelot. HEX triplet: 88, 3D and 4A. RGB value is (136,61,74). Sum of RGB (Red+Green+Blue) = 136+61+74=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D4A is #77C2B5. Grayscale: #545454. Windows color (decimal): -7848630 or 4865416. OLE color: 4865416.
HSL color Cylindrical-coordinate representation of color #883D4A: hue angle of 349.6º 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 #883D4A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 74 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.47 |
| HSL | 349.6º | 0.38% | 0.39% | - |
| HSV(B) | 349.6º | 0.55% | 0.53% | - |
| XYZ | 13.06 | 9.07 | 7.54 | - |
| YUV | 84.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 74 | 0 | 0.55 | 0.46 | 0.47 | 349.6 | 0.38 | 0.39 |
| Hex | 88 | 3D | 4A | 0 | 37 | 2E | 2F | 15E | 26 | 27 |
| Octal | 210 | 75 | 112 | 0 | 67 | 56 | 57 | 536 | 46 | 47 |
| Binary | 10001000 | 111101 | 1001010 | 0 | 110111 | 101110 | 101111 | 101011110 | 100110 | 100111 |
Color Harmonies of #883D4A
Complementary color
Monochromatic Colors of #883D4A
Black with #883D4A
Text Example
Text Example
White with #883D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D4A; }
p { color: rgb(136,61,74); }
H1.HeaderClassName
{
color: #883D4A;
}
.AnyTagClassName
{
color: #883D4A;
}
</style>
background-color css
<style>
a { background-color: #883D4A; }
a { background-color: rgb(136,61,74); }
div.DivClassName
{
background-color: #883D4A;
}
.BgClassName
{
background-color: #883D4A;
}
</style>
border-color css
<style>
span { border-color: #883D4A; }
span { border-color: rgb(136,61,74); }
td.TdClassName
{
border-color: #883D4A;
}
.TagClassName
{
border-color: #883D4A;
}
</style>