#841A41

Color #841A41 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #841A41

Tints of Disco #841A41

Color information

#841A41 (or 0x841A41) is unknown color: approx Disco. HEX triplet: 84, 1A and 41. RGB value is (132,26,65). Sum of RGB (Red+Green+Blue) = 132+26+65=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #841A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A41 is #7BE5BE. Grayscale: #3E3E3E. Windows color (decimal): -8119743 or 4266628. OLE color: 4266628.

HSL color Cylindrical-coordinate representation of color #841A41: hue angle of 337.92º degrees, saturation: 0.67, 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 #841A41 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1322665-
CMYK00.800.510.48
HSL337.92º67.09%30.98%-
HSV(B)337.92º80.3%51.76%-
XYZ10.846.035.59-
YUV62.14129.62177.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=59.19%
G=11.66%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132266500.800.510.48337.9267.0930.98
Hex841A410503330152431f
Octal204321010120636052210337
Binary1000010011010100000101010000110011110000101010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841A41; }

 p { color: rgb(132,26,65); }

 H1.HeaderClassName
 {
   color: #841A41;
 }
 .AnyTagClassName
 {
   color: #841A41;
 }
</style>
background-color css

<style>
 a { background-color: #841A41; }

 a { background-color: rgb(132,26,65); }

 div.DivClassName
 {
   background-color: #841A41;
 }
 .BgClassName
 {
   background-color: #841A41;
 }
</style>
border-color css

<style>
 span { border-color: #841A41; }

 span { border-color: rgb(132,26,65); }

 td.TdClassName
 {
   border-color: #841A41;
 }
 .TagClassName
 {
   border-color: #841A41;
 }
</style>