#842140

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

Shades of Disco #842140

Tints of Disco #842140

Color information

#842140 (or 0x842140) is unknown color: approx Disco. HEX triplet: 84, 21 and 40. RGB value is (132,33,64). Sum of RGB (Red+Green+Blue) = 132+33+64=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #842140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842140 is #7BDEBF. Grayscale: #424242. Windows color (decimal): -8117952 or 4202884. OLE color: 4202884.

HSL color Cylindrical-coordinate representation of color #842140: hue angle of 341.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842140 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1323364-
CMYK00.750.520.48
HSL341.21º60%32.35%-
HSV(B)341.21º75%51.76%-
XYZ10.986.365.5-
YUV66.14126.8174.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=57.64%
G=14.41%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132336400.750.520.48341.216032.35
Hex84214004B34301553c20
Octal20441100011364605257440
Binary10000100100001100000001001011110100110000101010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842140; }

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

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

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

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

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

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

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

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