#841941

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

Shades of Disco #841941

Tints of Disco #841941

Color information

#841941 (or 0x841941) is unknown color: approx Disco. HEX triplet: 84, 19 and 41. RGB value is (132,25,65). Sum of RGB (Red+Green+Blue) = 132+25+65=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #841941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841941 is #7BE6BE. Grayscale: #3D3D3D. Windows color (decimal): -8119999 or 4266372. OLE color: 4266372.

HSL color Cylindrical-coordinate representation of color #841941: hue angle of 337.57º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841941 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1322565-
CMYK00.810.510.48
HSL337.57º68.15%30.78%-
HSV(B)337.57º81.06%51.76%-
XYZ10.825.985.59-
YUV61.55129.95178.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=59.46%
G=11.26%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132256500.810.510.48337.5768.1530.78
Hex8419410513330152441f
Octal204311010121636052210437
Binary1000010011001100000101010001110011110000101010010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841941; }

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

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

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

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

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

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

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

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