Shades of Disco #910D3F
Tints of Disco #910D3F
RGB
CMYK
RGB Variations
Color information
#910D3F (or 0x910D3F) is known color: Disco. HEX triplet: 91, 0D and 3F. RGB value is (145,13,63). Sum of RGB (Red+Green+Blue) = 145+13+63=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #910D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D3F is #6EF2C0. Grayscale: #3A3A3A. Windows color (decimal): -7271105 or 4132241. OLE color: 4132241.
HSL color Cylindrical-coordinate representation of color #910D3F: hue angle of 337.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D3F is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 63 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.43 |
| HSL | 337.27º | 0.84% | 0.31% | - |
| HSV(B) | 337.27º | 0.91% | 0.57% | - |
| XYZ | 12.72 | 6.67 | 5.32 | - |
| YUV | 58.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 63 | 0 | 0.91 | 0.57 | 0.43 | 337.27 | 0.84 | 0.31 |
| Hex | 91 | D | 3F | 0 | 5B | 39 | 2B | 151 | 54 | 1F |
| Octal | 221 | 15 | 77 | 0 | 133 | 71 | 53 | 521 | 124 | 37 |
| Binary | 10010001 | 1101 | 111111 | 0 | 1011011 | 111001 | 101011 | 101010001 | 1010100 | 11111 |
Color Harmonies of #910D3F
Complementary color
Monochromatic Colors of #910D3F
Black with #910D3F
Text Example
Text Example
White with #910D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D3F; }
p { color: rgb(145,13,63); }
H1.HeaderClassName
{
color: #910D3F;
}
.AnyTagClassName
{
color: #910D3F;
}
</style>
background-color css
<style>
a { background-color: #910D3F; }
a { background-color: rgb(145,13,63); }
div.DivClassName
{
background-color: #910D3F;
}
.BgClassName
{
background-color: #910D3F;
}
</style>
border-color css
<style>
span { border-color: #910D3F; }
span { border-color: rgb(145,13,63); }
td.TdClassName
{
border-color: #910D3F;
}
.TagClassName
{
border-color: #910D3F;
}
</style>