#842042

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

Shades of Disco #842042

Tints of Disco #842042

Color information

#842042 (or 0x842042) is unknown color: approx Disco. HEX triplet: 84, 20 and 42. RGB value is (132,32,66). Sum of RGB (Red+Green+Blue) = 132+32+66=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #842042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842042 is #7BDFBD. Grayscale: #414141. Windows color (decimal): -8118206 or 4333700. OLE color: 4333700.

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

Color convert

RGB1323266-
CMYK00.760.50.48
HSL339.6º60.98%32.16%-
HSV(B)339.6º75.76%51.76%-
XYZ11.026.335.8-
YUV65.78128.13175.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=57.39%
G=13.91%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132326600.760.50.48339.660.9832.16
Hex84204204C32301543d20
Octal20440102011462605247540
Binary10000100100000100001001001100110010110000101010100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842042; }

 p { color: rgb(132,32,66); }

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

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

 a { background-color: rgb(132,32,66); }

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

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

 span { border-color: rgb(132,32,66); }

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