#842440

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

Shades of Disco #842440

Tints of Disco #842440

Color information

#842440 (or 0x842440) is unknown color: approx Disco. HEX triplet: 84, 24 and 40. RGB value is (132,36,64). Sum of RGB (Red+Green+Blue) = 132+36+64=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #842440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842440 is #7BDBBF. Grayscale: #434343. Windows color (decimal): -8117184 or 4203652. OLE color: 4203652.

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

Color convert

RGB1323664-
CMYK00.730.520.48
HSL342.5º57.14%32.94%-
HSV(B)342.5º72.73%51.76%-
XYZ11.076.545.53-
YUV67.9125.8173.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=56.90%
G=15.52%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132366400.730.520.48342.557.1432.94
Hex84244004934301563921
Octal20444100011164605267141
Binary10000100100100100000001001001110100110000101010110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842440; }

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

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

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

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

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

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

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

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