Shades of Disco #862245
Tints of Disco #862245
RGB
CMYK
RGB Variations
Color information
#862245 (or 0x862245) is known color: Disco. HEX triplet: 86, 22 and 45. RGB value is (134,34,69). Sum of RGB (Red+Green+Blue) = 134+34+69=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #862245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862245 is #79DDBA. Grayscale: #434343. Windows color (decimal): -7986619 or 4530822. OLE color: 4530822.
HSL color Cylindrical-coordinate representation of color #862245: hue angle of 339º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862245 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 69 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.47 |
| HSL | 339º | 0.6% | 0.33% | - |
| HSV(B) | 339º | 0.75% | 0.53% | - |
| XYZ | 11.48 | 6.64 | 6.31 | - |
| YUV | 67.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 69 | 0 | 0.75 | 0.49 | 0.47 | 339 | 0.6 | 0.33 |
| Hex | 86 | 22 | 45 | 0 | 4B | 31 | 2F | 153 | 3C | 21 |
| Octal | 206 | 42 | 105 | 0 | 113 | 61 | 57 | 523 | 74 | 41 |
| Binary | 10000110 | 100010 | 1000101 | 0 | 1001011 | 110001 | 101111 | 101010011 | 111100 | 100001 |
Color Harmonies of #862245
Complementary color
Monochromatic Colors of #862245
Black with #862245
Text Example
Text Example
White with #862245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862245; }
p { color: rgb(134,34,69); }
H1.HeaderClassName
{
color: #862245;
}
.AnyTagClassName
{
color: #862245;
}
</style>
background-color css
<style>
a { background-color: #862245; }
a { background-color: rgb(134,34,69); }
div.DivClassName
{
background-color: #862245;
}
.BgClassName
{
background-color: #862245;
}
</style>
border-color css
<style>
span { border-color: #862245; }
span { border-color: rgb(134,34,69); }
td.TdClassName
{
border-color: #862245;
}
.TagClassName
{
border-color: #862245;
}
</style>