Shades of Disco #851A40
Tints of Disco #851A40
RGB
CMYK
RGB Variations
Color information
#851A40 (or 0x851A40) is known color: Disco. HEX triplet: 85, 1A and 40. RGB value is (133,26,64). Sum of RGB (Red+Green+Blue) = 133+26+64=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #851A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A40 is #7AE5BF. Grayscale: #3E3E3E. Windows color (decimal): -8054208 or 4201093. OLE color: 4201093.
HSL color Cylindrical-coordinate representation of color #851A40: hue angle of 338.69º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A40 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 64 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.48 |
| HSL | 338.69º | 0.67% | 0.31% | - |
| HSV(B) | 338.69º | 0.8% | 0.52% | - |
| XYZ | 10.97 | 6.1 | 5.45 | - |
| YUV | 62.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 64 | 0 | 0.80 | 0.52 | 0.48 | 338.69 | 0.67 | 0.31 |
| Hex | 85 | 1A | 40 | 0 | 50 | 34 | 30 | 153 | 43 | 1F |
| Octal | 205 | 32 | 100 | 0 | 120 | 64 | 60 | 523 | 103 | 37 |
| Binary | 10000101 | 11010 | 1000000 | 0 | 1010000 | 110100 | 110000 | 101010011 | 1000011 | 11111 |
Color Harmonies of #851A40
Complementary color
Monochromatic Colors of #851A40
Black with #851A40
Text Example
Text Example
White with #851A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A40; }
p { color: rgb(133,26,64); }
H1.HeaderClassName
{
color: #851A40;
}
.AnyTagClassName
{
color: #851A40;
}
</style>
background-color css
<style>
a { background-color: #851A40; }
a { background-color: rgb(133,26,64); }
div.DivClassName
{
background-color: #851A40;
}
.BgClassName
{
background-color: #851A40;
}
</style>
border-color css
<style>
span { border-color: #851A40; }
span { border-color: rgb(133,26,64); }
td.TdClassName
{
border-color: #851A40;
}
.TagClassName
{
border-color: #851A40;
}
</style>