Shades of Disco #862C4C
Tints of Disco #862C4C
RGB
CMYK
RGB Variations
Color information
#862C4C (or 0x862C4C) is known color: Disco. HEX triplet: 86, 2C and 4C. RGB value is (134,44,76). Sum of RGB (Red+Green+Blue) = 134+44+76=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #862C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C4C is #79D3B3. Grayscale: #4A4A4A. Windows color (decimal): -7984052 or 4992134. OLE color: 4992134.
HSL color Cylindrical-coordinate representation of color #862C4C: hue angle of 338.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C4C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 76 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.47 |
| HSL | 338.67º | 0.51% | 0.35% | - |
| HSV(B) | 338.67º | 0.67% | 0.53% | - |
| XYZ | 12.04 | 7.39 | 7.63 | - |
| YUV | 74.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 76 | 0 | 0.67 | 0.43 | 0.47 | 338.67 | 0.51 | 0.35 |
| Hex | 86 | 2C | 4C | 0 | 43 | 2B | 2F | 153 | 33 | 23 |
| Octal | 206 | 54 | 114 | 0 | 103 | 53 | 57 | 523 | 63 | 43 |
| Binary | 10000110 | 101100 | 1001100 | 0 | 1000011 | 101011 | 101111 | 101010011 | 110011 | 100011 |
Color Harmonies of #862C4C
Complementary color
Monochromatic Colors of #862C4C
Black with #862C4C
Text Example
Text Example
White with #862C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C4C; }
p { color: rgb(134,44,76); }
H1.HeaderClassName
{
color: #862C4C;
}
.AnyTagClassName
{
color: #862C4C;
}
</style>
background-color css
<style>
a { background-color: #862C4C; }
a { background-color: rgb(134,44,76); }
div.DivClassName
{
background-color: #862C4C;
}
.BgClassName
{
background-color: #862C4C;
}
</style>
border-color css
<style>
span { border-color: #862C4C; }
span { border-color: rgb(134,44,76); }
td.TdClassName
{
border-color: #862C4C;
}
.TagClassName
{
border-color: #862C4C;
}
</style>