Shades of Disco #841B41
Tints of Disco #841B41
RGB
CMYK
RGB Variations
Color information
#841B41 (or 0x841B41) is known color: Disco. HEX triplet: 84, 1B and 41. RGB value is (132,27,65). Sum of RGB (Red+Green+Blue) = 132+27+65=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #841B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841B41 is #7BE4BE. Grayscale: #3E3E3E. Windows color (decimal): -8119487 or 4266884. OLE color: 4266884.
HSL color Cylindrical-coordinate representation of color #841B41: hue angle of 338.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B41 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 65 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.48 |
| HSL | 338.29º | 0.66% | 0.31% | - |
| HSV(B) | 338.29º | 0.8% | 0.52% | - |
| XYZ | 10.86 | 6.07 | 5.6 | - |
| YUV | 62.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 65 | 0 | 0.80 | 0.51 | 0.48 | 338.29 | 0.66 | 0.31 |
| Hex | 84 | 1B | 41 | 0 | 50 | 33 | 30 | 152 | 42 | 1F |
| Octal | 204 | 33 | 101 | 0 | 120 | 63 | 60 | 522 | 102 | 37 |
| Binary | 10000100 | 11011 | 1000001 | 0 | 1010000 | 110011 | 110000 | 101010010 | 1000010 | 11111 |
Color Harmonies of #841B41
Complementary color
Monochromatic Colors of #841B41
Black with #841B41
Text Example
Text Example
White with #841B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B41; }
p { color: rgb(132,27,65); }
H1.HeaderClassName
{
color: #841B41;
}
.AnyTagClassName
{
color: #841B41;
}
</style>
background-color css
<style>
a { background-color: #841B41; }
a { background-color: rgb(132,27,65); }
div.DivClassName
{
background-color: #841B41;
}
.BgClassName
{
background-color: #841B41;
}
</style>
border-color css
<style>
span { border-color: #841B41; }
span { border-color: rgb(132,27,65); }
td.TdClassName
{
border-color: #841B41;
}
.TagClassName
{
border-color: #841B41;
}
</style>