Shades of Disco #83344F
Tints of Disco #83344F
RGB
CMYK
RGB Variations
Color information
#83344F (or 0x83344F) is known color: Disco. HEX triplet: 83, 34 and 4F. RGB value is (131,52,79). Sum of RGB (Red+Green+Blue) = 131+52+79=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83344F is #7CCBB0. Grayscale: #4E4E4E. Windows color (decimal): -8178609 or 5190787. OLE color: 5190787.
HSL color Cylindrical-coordinate representation of color #83344F: hue angle of 339.49º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83344F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 79 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.49 |
| HSL | 339.49º | 0.43% | 0.36% | - |
| HSV(B) | 339.49º | 0.6% | 0.51% | - |
| XYZ | 12 | 7.85 | 8.28 | - |
| YUV | 78.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 79 | 0 | 0.60 | 0.40 | 0.49 | 339.49 | 0.43 | 0.36 |
| Hex | 83 | 34 | 4F | 0 | 3C | 28 | 31 | 153 | 2B | 24 |
| Octal | 203 | 64 | 117 | 0 | 74 | 50 | 61 | 523 | 53 | 44 |
| Binary | 10000011 | 110100 | 1001111 | 0 | 111100 | 101000 | 110001 | 101010011 | 101011 | 100100 |
Color Harmonies of #83344F
Complementary color
Monochromatic Colors of #83344F
Black with #83344F
Text Example
Text Example
White with #83344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83344F; }
p { color: rgb(131,52,79); }
H1.HeaderClassName
{
color: #83344F;
}
.AnyTagClassName
{
color: #83344F;
}
</style>
background-color css
<style>
a { background-color: #83344F; }
a { background-color: rgb(131,52,79); }
div.DivClassName
{
background-color: #83344F;
}
.BgClassName
{
background-color: #83344F;
}
</style>
border-color css
<style>
span { border-color: #83344F; }
span { border-color: rgb(131,52,79); }
td.TdClassName
{
border-color: #83344F;
}
.TagClassName
{
border-color: #83344F;
}
</style>