Shades of Disco #83264D
Tints of Disco #83264D
RGB
CMYK
RGB Variations
Color information
#83264D (or 0x83264D) is known color: Disco. HEX triplet: 83, 26 and 4D. RGB value is (131,38,77). Sum of RGB (Red+Green+Blue) = 131+38+77=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83264D is #7CD9B2. Grayscale: #464646. Windows color (decimal): -8182195 or 5056131. OLE color: 5056131.
HSL color Cylindrical-coordinate representation of color #83264D: hue angle of 334.84º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83264D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 77 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.49 |
| HSL | 334.84º | 0.55% | 0.33% | - |
| HSV(B) | 334.84º | 0.71% | 0.51% | - |
| XYZ | 11.39 | 6.75 | 7.72 | - |
| YUV | 70.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 77 | 0 | 0.71 | 0.41 | 0.49 | 334.84 | 0.55 | 0.33 |
| Hex | 83 | 26 | 4D | 0 | 47 | 29 | 31 | 14F | 37 | 21 |
| Octal | 203 | 46 | 115 | 0 | 107 | 51 | 61 | 517 | 67 | 41 |
| Binary | 10000011 | 100110 | 1001101 | 0 | 1000111 | 101001 | 110001 | 101001111 | 110111 | 100001 |
Color Harmonies of #83264D
Complementary color
Monochromatic Colors of #83264D
Black with #83264D
Text Example
Text Example
White with #83264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83264D; }
p { color: rgb(131,38,77); }
H1.HeaderClassName
{
color: #83264D;
}
.AnyTagClassName
{
color: #83264D;
}
</style>
background-color css
<style>
a { background-color: #83264D; }
a { background-color: rgb(131,38,77); }
div.DivClassName
{
background-color: #83264D;
}
.BgClassName
{
background-color: #83264D;
}
</style>
border-color css
<style>
span { border-color: #83264D; }
span { border-color: rgb(131,38,77); }
td.TdClassName
{
border-color: #83264D;
}
.TagClassName
{
border-color: #83264D;
}
</style>