Shades of Disco #82314C
Tints of Disco #82314C
RGB
CMYK
RGB Variations
Color information
#82314C (or 0x82314C) is known color: Disco. HEX triplet: 82, 31 and 4C. RGB value is (130,49,76). Sum of RGB (Red+Green+Blue) = 130+49+76=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82314C is #7DCEB3. Grayscale: #4C4C4C. Windows color (decimal): -8244916 or 4993410. OLE color: 4993410.
HSL color Cylindrical-coordinate representation of color #82314C: hue angle of 340º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82314C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 76 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.49 |
| HSL | 340º | 0.45% | 0.35% | - |
| HSV(B) | 340º | 0.62% | 0.51% | - |
| XYZ | 11.61 | 7.46 | 7.67 | - |
| YUV | 76.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 76 | 0 | 0.62 | 0.42 | 0.49 | 340 | 0.45 | 0.35 |
| Hex | 82 | 31 | 4C | 0 | 3E | 2A | 31 | 154 | 2D | 23 |
| Octal | 202 | 61 | 114 | 0 | 76 | 52 | 61 | 524 | 55 | 43 |
| Binary | 10000010 | 110001 | 1001100 | 0 | 111110 | 101010 | 110001 | 101010100 | 101101 | 100011 |
Color Harmonies of #82314C
Complementary color
Monochromatic Colors of #82314C
Black with #82314C
Text Example
Text Example
White with #82314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82314C; }
p { color: rgb(130,49,76); }
H1.HeaderClassName
{
color: #82314C;
}
.AnyTagClassName
{
color: #82314C;
}
</style>
background-color css
<style>
a { background-color: #82314C; }
a { background-color: rgb(130,49,76); }
div.DivClassName
{
background-color: #82314C;
}
.BgClassName
{
background-color: #82314C;
}
</style>
border-color css
<style>
span { border-color: #82314C; }
span { border-color: rgb(130,49,76); }
td.TdClassName
{
border-color: #82314C;
}
.TagClassName
{
border-color: #82314C;
}
</style>