Shades of Disco #83194C
Tints of Disco #83194C
RGB
CMYK
RGB Variations
Color information
#83194C (or 0x83194C) is known color: Disco. HEX triplet: 83, 19 and 4C. RGB value is (131,25,76). Sum of RGB (Red+Green+Blue) = 131+25+76=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83194C is #7CE6B3. Grayscale: #3E3E3E. Windows color (decimal): -8185524 or 4987267. OLE color: 4987267.
HSL color Cylindrical-coordinate representation of color #83194C: hue angle of 331.13º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83194C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 76 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.49 |
| HSL | 331.13º | 0.68% | 0.31% | - |
| HSV(B) | 331.13º | 0.81% | 0.51% | - |
| XYZ | 11.01 | 6.04 | 7.42 | - |
| YUV | 62.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 76 | 0 | 0.81 | 0.42 | 0.49 | 331.13 | 0.68 | 0.31 |
| Hex | 83 | 19 | 4C | 0 | 51 | 2A | 31 | 14B | 44 | 1F |
| Octal | 203 | 31 | 114 | 0 | 121 | 52 | 61 | 513 | 104 | 37 |
| Binary | 10000011 | 11001 | 1001100 | 0 | 1010001 | 101010 | 110001 | 101001011 | 1000100 | 11111 |
Color Harmonies of #83194C
Complementary color
Monochromatic Colors of #83194C
Black with #83194C
Text Example
Text Example
White with #83194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83194C; }
p { color: rgb(131,25,76); }
H1.HeaderClassName
{
color: #83194C;
}
.AnyTagClassName
{
color: #83194C;
}
</style>
background-color css
<style>
a { background-color: #83194C; }
a { background-color: rgb(131,25,76); }
div.DivClassName
{
background-color: #83194C;
}
.BgClassName
{
background-color: #83194C;
}
</style>
border-color css
<style>
span { border-color: #83194C; }
span { border-color: rgb(131,25,76); }
td.TdClassName
{
border-color: #83194C;
}
.TagClassName
{
border-color: #83194C;
}
</style>