Shades of Disco #8B274D
Tints of Disco #8B274D
RGB
CMYK
RGB Variations
Color information
#8B274D (or 0x8B274D) is known color: Disco. HEX triplet: 8B, 27 and 4D. RGB value is (139,39,77). Sum of RGB (Red+Green+Blue) = 139+39+77=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B274D is #74D8B2. Grayscale: #494949. Windows color (decimal): -7657651 or 5056395. OLE color: 5056395.
HSL color Cylindrical-coordinate representation of color #8B274D: hue angle of 337.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B274D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 77 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.45 |
| HSL | 337.2º | 0.56% | 0.35% | - |
| HSV(B) | 337.2º | 0.72% | 0.55% | - |
| XYZ | 12.71 | 7.48 | 7.79 | - |
| YUV | 73.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 77 | 0 | 0.72 | 0.45 | 0.45 | 337.2 | 0.56 | 0.35 |
| Hex | 8B | 27 | 4D | 0 | 48 | 2D | 2D | 151 | 38 | 23 |
| Octal | 213 | 47 | 115 | 0 | 110 | 55 | 55 | 521 | 70 | 43 |
| Binary | 10001011 | 100111 | 1001101 | 0 | 1001000 | 101101 | 101101 | 101010001 | 111000 | 100011 |
Color Harmonies of #8B274D
Complementary color
Monochromatic Colors of #8B274D
Black with #8B274D
Text Example
Text Example
White with #8B274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B274D; }
p { color: rgb(139,39,77); }
H1.HeaderClassName
{
color: #8B274D;
}
.AnyTagClassName
{
color: #8B274D;
}
</style>
background-color css
<style>
a { background-color: #8B274D; }
a { background-color: rgb(139,39,77); }
div.DivClassName
{
background-color: #8B274D;
}
.BgClassName
{
background-color: #8B274D;
}
</style>
border-color css
<style>
span { border-color: #8B274D; }
span { border-color: rgb(139,39,77); }
td.TdClassName
{
border-color: #8B274D;
}
.TagClassName
{
border-color: #8B274D;
}
</style>