Shades of Disco #851448
Tints of Disco #851448
RGB
CMYK
RGB Variations
Color information
#851448 (or 0x851448) is known color: Disco. HEX triplet: 85, 14 and 48. RGB value is (133,20,72). Sum of RGB (Red+Green+Blue) = 133+20+72=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #851448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851448 is #7AEBB7. Grayscale: #3B3B3B. Windows color (decimal): -8055736 or 4723845. OLE color: 4723845.
HSL color Cylindrical-coordinate representation of color #851448: hue angle of 332.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851448 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 72 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.48 |
| HSL | 332.39º | 0.74% | 0.3% | - |
| HSV(B) | 332.39º | 0.85% | 0.52% | - |
| XYZ | 11.09 | 5.95 | 6.7 | - |
| YUV | 59.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 72 | 0 | 0.85 | 0.46 | 0.48 | 332.39 | 0.74 | 0.3 |
| Hex | 85 | 14 | 48 | 0 | 55 | 2E | 30 | 14C | 4A | 1E |
| Octal | 205 | 24 | 110 | 0 | 125 | 56 | 60 | 514 | 112 | 36 |
| Binary | 10000101 | 10100 | 1001000 | 0 | 1010101 | 101110 | 110000 | 101001100 | 1001010 | 11110 |
Color Harmonies of #851448
Complementary color
Monochromatic Colors of #851448
Black with #851448
Text Example
Text Example
White with #851448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851448; }
p { color: rgb(133,20,72); }
H1.HeaderClassName
{
color: #851448;
}
.AnyTagClassName
{
color: #851448;
}
</style>
background-color css
<style>
a { background-color: #851448; }
a { background-color: rgb(133,20,72); }
div.DivClassName
{
background-color: #851448;
}
.BgClassName
{
background-color: #851448;
}
</style>
border-color css
<style>
span { border-color: #851448; }
span { border-color: rgb(133,20,72); }
td.TdClassName
{
border-color: #851448;
}
.TagClassName
{
border-color: #851448;
}
</style>