Shades of Disco #8A1C4B
Tints of Disco #8A1C4B
RGB
CMYK
RGB Variations
Color information
#8A1C4B (or 0x8A1C4B) is known color: Disco. HEX triplet: 8A, 1C and 4B. RGB value is (138,28,75). Sum of RGB (Red+Green+Blue) = 138+28+75=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1C4B is #75E3B4. Grayscale: #424242. Windows color (decimal): -7726005 or 4922506. OLE color: 4922506.
HSL color Cylindrical-coordinate representation of color #8A1C4B: hue angle of 334.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C4B is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 75 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.46 |
| HSL | 334.36º | 0.66% | 0.33% | - |
| HSV(B) | 334.36º | 0.8% | 0.54% | - |
| XYZ | 12.17 | 6.74 | 7.32 | - |
| YUV | 66.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 75 | 0 | 0.80 | 0.46 | 0.46 | 334.36 | 0.66 | 0.33 |
| Hex | 8A | 1C | 4B | 0 | 50 | 2E | 2E | 14E | 42 | 21 |
| Octal | 212 | 34 | 113 | 0 | 120 | 56 | 56 | 516 | 102 | 41 |
| Binary | 10001010 | 11100 | 1001011 | 0 | 1010000 | 101110 | 101110 | 101001110 | 1000010 | 100001 |
Color Harmonies of #8A1C4B
Complementary color
Monochromatic Colors of #8A1C4B
Black with #8A1C4B
Text Example
Text Example
White with #8A1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C4B; }
p { color: rgb(138,28,75); }
H1.HeaderClassName
{
color: #8A1C4B;
}
.AnyTagClassName
{
color: #8A1C4B;
}
</style>
background-color css
<style>
a { background-color: #8A1C4B; }
a { background-color: rgb(138,28,75); }
div.DivClassName
{
background-color: #8A1C4B;
}
.BgClassName
{
background-color: #8A1C4B;
}
</style>
border-color css
<style>
span { border-color: #8A1C4B; }
span { border-color: rgb(138,28,75); }
td.TdClassName
{
border-color: #8A1C4B;
}
.TagClassName
{
border-color: #8A1C4B;
}
</style>