Shades of Disco #8B183F
Tints of Disco #8B183F
RGB
CMYK
RGB Variations
Color information
#8B183F (or 0x8B183F) is known color: Disco. HEX triplet: 8B, 18 and 3F. RGB value is (139,24,63). Sum of RGB (Red+Green+Blue) = 139+24+63=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B183F is #74E7C0. Grayscale: #3E3E3E. Windows color (decimal): -7661505 or 4135051. OLE color: 4135051.
HSL color Cylindrical-coordinate representation of color #8B183F: hue angle of 339.65º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B183F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 63 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.45 |
| HSL | 339.65º | 0.71% | 0.32% | - |
| HSV(B) | 339.65º | 0.83% | 0.55% | - |
| XYZ | 11.87 | 6.5 | 5.33 | - |
| YUV | 62.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 63 | 0 | 0.83 | 0.55 | 0.45 | 339.65 | 0.71 | 0.32 |
| Hex | 8B | 18 | 3F | 0 | 53 | 37 | 2D | 154 | 47 | 20 |
| Octal | 213 | 30 | 77 | 0 | 123 | 67 | 55 | 524 | 107 | 40 |
| Binary | 10001011 | 11000 | 111111 | 0 | 1010011 | 110111 | 101101 | 101010100 | 1000111 | 100000 |
Color Harmonies of #8B183F
Complementary color
Monochromatic Colors of #8B183F
Black with #8B183F
Text Example
Text Example
White with #8B183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B183F; }
p { color: rgb(139,24,63); }
H1.HeaderClassName
{
color: #8B183F;
}
.AnyTagClassName
{
color: #8B183F;
}
</style>
background-color css
<style>
a { background-color: #8B183F; }
a { background-color: rgb(139,24,63); }
div.DivClassName
{
background-color: #8B183F;
}
.BgClassName
{
background-color: #8B183F;
}
</style>
border-color css
<style>
span { border-color: #8B183F; }
span { border-color: rgb(139,24,63); }
td.TdClassName
{
border-color: #8B183F;
}
.TagClassName
{
border-color: #8B183F;
}
</style>