Shades of Disco #8B2746
Tints of Disco #8B2746
RGB
CMYK
RGB Variations
Color information
#8B2746 (or 0x8B2746) is known color: Disco. HEX triplet: 8B, 27 and 46. RGB value is (139,39,70). Sum of RGB (Red+Green+Blue) = 139+39+70=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2746 is #74D8B9. Grayscale: #484848. Windows color (decimal): -7657658 or 4597643. OLE color: 4597643.
HSL color Cylindrical-coordinate representation of color #8B2746: hue angle of 341.4º 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 #8B2746 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 70 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.45 |
| HSL | 341.4º | 0.56% | 0.35% | - |
| HSV(B) | 341.4º | 0.72% | 0.55% | - |
| XYZ | 12.48 | 7.38 | 6.56 | - |
| YUV | 72.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 70 | 0 | 0.72 | 0.50 | 0.45 | 341.4 | 0.56 | 0.35 |
| Hex | 8B | 27 | 46 | 0 | 48 | 32 | 2D | 155 | 38 | 23 |
| Octal | 213 | 47 | 106 | 0 | 110 | 62 | 55 | 525 | 70 | 43 |
| Binary | 10001011 | 100111 | 1000110 | 0 | 1001000 | 110010 | 101101 | 101010101 | 111000 | 100011 |
Color Harmonies of #8B2746
Complementary color
Monochromatic Colors of #8B2746
Black with #8B2746
Text Example
Text Example
White with #8B2746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2746; }
p { color: rgb(139,39,70); }
H1.HeaderClassName
{
color: #8B2746;
}
.AnyTagClassName
{
color: #8B2746;
}
</style>
background-color css
<style>
a { background-color: #8B2746; }
a { background-color: rgb(139,39,70); }
div.DivClassName
{
background-color: #8B2746;
}
.BgClassName
{
background-color: #8B2746;
}
</style>
border-color css
<style>
span { border-color: #8B2746; }
span { border-color: rgb(139,39,70); }
td.TdClassName
{
border-color: #8B2746;
}
.TagClassName
{
border-color: #8B2746;
}
</style>