Shades of Disco #883350
Tints of Disco #883350
RGB
CMYK
RGB Variations
Color information
#883350 (or 0x883350) is known color: Disco. HEX triplet: 88, 33 and 50. RGB value is (136,51,80). Sum of RGB (Red+Green+Blue) = 136+51+80=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #883350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883350 is #77CCAF. Grayscale: #4F4F4F. Windows color (decimal): -7851184 or 5256072. OLE color: 5256072.
HSL color Cylindrical-coordinate representation of color #883350: hue angle of 339.53º 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 #883350 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 80 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.47 |
| HSL | 339.53º | 0.45% | 0.37% | - |
| HSV(B) | 339.53º | 0.63% | 0.53% | - |
| XYZ | 12.79 | 8.18 | 8.49 | - |
| YUV | 79.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 80 | 0 | 0.62 | 0.41 | 0.47 | 339.53 | 0.45 | 0.37 |
| Hex | 88 | 33 | 50 | 0 | 3E | 29 | 2F | 154 | 2D | 25 |
| Octal | 210 | 63 | 120 | 0 | 76 | 51 | 57 | 524 | 55 | 45 |
| Binary | 10001000 | 110011 | 1010000 | 0 | 111110 | 101001 | 101111 | 101010100 | 101101 | 100101 |
Color Harmonies of #883350
Complementary color
Monochromatic Colors of #883350
Black with #883350
Text Example
Text Example
White with #883350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883350; }
p { color: rgb(136,51,80); }
H1.HeaderClassName
{
color: #883350;
}
.AnyTagClassName
{
color: #883350;
}
</style>
background-color css
<style>
a { background-color: #883350; }
a { background-color: rgb(136,51,80); }
div.DivClassName
{
background-color: #883350;
}
.BgClassName
{
background-color: #883350;
}
</style>
border-color css
<style>
span { border-color: #883350; }
span { border-color: rgb(136,51,80); }
td.TdClassName
{
border-color: #883350;
}
.TagClassName
{
border-color: #883350;
}
</style>