Shades of Disco #8B334A
Tints of Disco #8B334A
RGB
CMYK
RGB Variations
Color information
#8B334A (or 0x8B334A) is known color: Disco. HEX triplet: 8B, 33 and 4A. RGB value is (139,51,74). Sum of RGB (Red+Green+Blue) = 139+51+74=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B334A is #74CCB5. Grayscale: #4F4F4F. Windows color (decimal): -7654582 or 4862859. OLE color: 4862859.
HSL color Cylindrical-coordinate representation of color #8B334A: hue angle of 344.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B334A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 74 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.45 |
| HSL | 344.32º | 0.46% | 0.37% | - |
| HSV(B) | 344.32º | 0.63% | 0.55% | - |
| XYZ | 13.07 | 8.35 | 7.4 | - |
| YUV | 79.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 74 | 0 | 0.63 | 0.47 | 0.45 | 344.32 | 0.46 | 0.37 |
| Hex | 8B | 33 | 4A | 0 | 3F | 2F | 2D | 158 | 2E | 25 |
| Octal | 213 | 63 | 112 | 0 | 77 | 57 | 55 | 530 | 56 | 45 |
| Binary | 10001011 | 110011 | 1001010 | 0 | 111111 | 101111 | 101101 | 101011000 | 101110 | 100101 |
Color Harmonies of #8B334A
Complementary color
Monochromatic Colors of #8B334A
Black with #8B334A
Text Example
Text Example
White with #8B334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B334A; }
p { color: rgb(139,51,74); }
H1.HeaderClassName
{
color: #8B334A;
}
.AnyTagClassName
{
color: #8B334A;
}
</style>
background-color css
<style>
a { background-color: #8B334A; }
a { background-color: rgb(139,51,74); }
div.DivClassName
{
background-color: #8B334A;
}
.BgClassName
{
background-color: #8B334A;
}
</style>
border-color css
<style>
span { border-color: #8B334A; }
span { border-color: rgb(139,51,74); }
td.TdClassName
{
border-color: #8B334A;
}
.TagClassName
{
border-color: #8B334A;
}
</style>