#842542

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

Shades of Disco #842542

Tints of Disco #842542

Color information

#842542 (or 0x842542) is unknown color: approx Disco. HEX triplet: 84, 25 and 42. RGB value is (132,37,66). Sum of RGB (Red+Green+Blue) = 132+37+66=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #842542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842542 is #7BDABD. Grayscale: #444444. Windows color (decimal): -8116926 or 4334980. OLE color: 4334980.

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

Color convert

RGB1323766-
CMYK00.720.50.48
HSL341.68º56.21%33.14%-
HSV(B)341.68º71.97%51.76%-
XYZ11.166.625.84-
YUV68.71126.47173.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.17%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=56.17%
G=15.74%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376600.720.50.48341.6856.2133.14
Hex84254204832301563821
Octal20445102011062605267041
Binary10000100100101100001001001000110010110000101010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842542; }

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

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

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

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

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

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

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

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