Shades of Disco #8B274C
Tints of Disco #8B274C
RGB
CMYK
RGB Variations
Color information
#8B274C (or 0x8B274C) is known color: Disco. HEX triplet: 8B, 27 and 4C. RGB value is (139,39,76). Sum of RGB (Red+Green+Blue) = 139+39+76=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B274C is #74D8B3. Grayscale: #494949. Windows color (decimal): -7657652 or 4990859. OLE color: 4990859.
HSL color Cylindrical-coordinate representation of color #8B274C: hue angle of 337.8º 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 #8B274C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 76 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.45 |
| HSL | 337.8º | 0.56% | 0.35% | - |
| HSV(B) | 337.8º | 0.72% | 0.55% | - |
| XYZ | 12.68 | 7.46 | 7.61 | - |
| YUV | 73.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 76 | 0 | 0.72 | 0.45 | 0.45 | 337.8 | 0.56 | 0.35 |
| Hex | 8B | 27 | 4C | 0 | 48 | 2D | 2D | 152 | 38 | 23 |
| Octal | 213 | 47 | 114 | 0 | 110 | 55 | 55 | 522 | 70 | 43 |
| Binary | 10001011 | 100111 | 1001100 | 0 | 1001000 | 101101 | 101101 | 101010010 | 111000 | 100011 |
Color Harmonies of #8B274C
Complementary color
Monochromatic Colors of #8B274C
Black with #8B274C
Text Example
Text Example
White with #8B274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B274C; }
p { color: rgb(139,39,76); }
H1.HeaderClassName
{
color: #8B274C;
}
.AnyTagClassName
{
color: #8B274C;
}
</style>
background-color css
<style>
a { background-color: #8B274C; }
a { background-color: rgb(139,39,76); }
div.DivClassName
{
background-color: #8B274C;
}
.BgClassName
{
background-color: #8B274C;
}
</style>
border-color css
<style>
span { border-color: #8B274C; }
span { border-color: rgb(139,39,76); }
td.TdClassName
{
border-color: #8B274C;
}
.TagClassName
{
border-color: #8B274C;
}
</style>