Shades of Disco #8B354D
Tints of Disco #8B354D
RGB
CMYK
RGB Variations
Color information
#8B354D (or 0x8B354D) is known color: Disco. HEX triplet: 8B, 35 and 4D. RGB value is (139,53,77). Sum of RGB (Red+Green+Blue) = 139+53+77=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B354D is #74CAB2. Grayscale: #515151. Windows color (decimal): -7654067 or 5059979. OLE color: 5059979.
HSL color Cylindrical-coordinate representation of color #8B354D: hue angle of 343.26º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B354D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 77 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.45 |
| HSL | 343.26º | 0.45% | 0.38% | - |
| HSV(B) | 343.26º | 0.62% | 0.55% | - |
| XYZ | 13.26 | 8.57 | 7.98 | - |
| YUV | 81.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 77 | 0 | 0.62 | 0.45 | 0.45 | 343.26 | 0.45 | 0.38 |
| Hex | 8B | 35 | 4D | 0 | 3E | 2D | 2D | 157 | 2D | 26 |
| Octal | 213 | 65 | 115 | 0 | 76 | 55 | 55 | 527 | 55 | 46 |
| Binary | 10001011 | 110101 | 1001101 | 0 | 111110 | 101101 | 101101 | 101010111 | 101101 | 100110 |
Color Harmonies of #8B354D
Complementary color
Monochromatic Colors of #8B354D
Black with #8B354D
Text Example
Text Example
White with #8B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B354D; }
p { color: rgb(139,53,77); }
H1.HeaderClassName
{
color: #8B354D;
}
.AnyTagClassName
{
color: #8B354D;
}
</style>
background-color css
<style>
a { background-color: #8B354D; }
a { background-color: rgb(139,53,77); }
div.DivClassName
{
background-color: #8B354D;
}
.BgClassName
{
background-color: #8B354D;
}
</style>
border-color css
<style>
span { border-color: #8B354D; }
span { border-color: rgb(139,53,77); }
td.TdClassName
{
border-color: #8B354D;
}
.TagClassName
{
border-color: #8B354D;
}
</style>