#841940

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

Shades of Disco #841940

Tints of Disco #841940

Color information

#841940 (or 0x841940) is unknown color: approx Disco. HEX triplet: 84, 19 and 40. RGB value is (132,25,64). Sum of RGB (Red+Green+Blue) = 132+25+64=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #841940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841940 is #7BE6BF. Grayscale: #3D3D3D. Windows color (decimal): -8120000 or 4200836. OLE color: 4200836.

HSL color Cylindrical-coordinate representation of color #841940: hue angle of 338.13º 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 #841940 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1322564-
CMYK00.810.520.48
HSL338.13º68.15%30.78%-
HSV(B)338.13º81.06%51.76%-
XYZ10.795.975.43-
YUV61.44129.45178.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.73%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=59.73%
G=11.31%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132256400.810.520.48338.1368.1530.78
Hex8419400513430152441f
Octal204311000121646052210437
Binary1000010011001100000001010001110100110000101010010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841940; }

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

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

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

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

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

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

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

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