Shades of Disco #851E3F
Tints of Disco #851E3F
RGB
CMYK
RGB Variations
Color information
#851E3F (or 0x851E3F) is known color: Disco. HEX triplet: 85, 1E and 3F. RGB value is (133,30,63). Sum of RGB (Red+Green+Blue) = 133+30+63=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #851E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851E3F is #7AE1C0. Grayscale: #404040. Windows color (decimal): -8053185 or 4136581. OLE color: 4136581.
HSL color Cylindrical-coordinate representation of color #851E3F: hue angle of 340.78º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E3F is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 63 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.48 |
| HSL | 340.78º | 0.63% | 0.32% | - |
| HSV(B) | 340.78º | 0.77% | 0.52% | - |
| XYZ | 11.03 | 6.27 | 5.33 | - |
| YUV | 64.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 63 | 0 | 0.77 | 0.53 | 0.48 | 340.78 | 0.63 | 0.32 |
| Hex | 85 | 1E | 3F | 0 | 4D | 35 | 30 | 155 | 3F | 20 |
| Octal | 205 | 36 | 77 | 0 | 115 | 65 | 60 | 525 | 77 | 40 |
| Binary | 10000101 | 11110 | 111111 | 0 | 1001101 | 110101 | 110000 | 101010101 | 111111 | 100000 |
Color Harmonies of #851E3F
Complementary color
Monochromatic Colors of #851E3F
Black with #851E3F
Text Example
Text Example
White with #851E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E3F; }
p { color: rgb(133,30,63); }
H1.HeaderClassName
{
color: #851E3F;
}
.AnyTagClassName
{
color: #851E3F;
}
</style>
background-color css
<style>
a { background-color: #851E3F; }
a { background-color: rgb(133,30,63); }
div.DivClassName
{
background-color: #851E3F;
}
.BgClassName
{
background-color: #851E3F;
}
</style>
border-color css
<style>
span { border-color: #851E3F; }
span { border-color: rgb(133,30,63); }
td.TdClassName
{
border-color: #851E3F;
}
.TagClassName
{
border-color: #851E3F;
}
</style>