#842E4C

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

Shades of Disco #842E4C

Tints of Disco #842E4C

Color information

#842E4C (or 0x842E4C) is unknown color: approx Disco. HEX triplet: 84, 2E and 4C. RGB value is (132,46,76). Sum of RGB (Red+Green+Blue) = 132+46+76=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #842E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E4C is #7BD1B3. Grayscale: #4B4B4B. Windows color (decimal): -8114612 or 4992644. OLE color: 4992644.

HSL color Cylindrical-coordinate representation of color #842E4C: hue angle of 339.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E4C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1324676-
CMYK00.650.420.48
HSL339.07º48.31%34.9%-
HSV(B)339.07º65.15%51.76%-
XYZ11.87.387.64-
YUV75.13128.49168.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=51.97%
G=18.11%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132467600.650.420.48339.0748.3134.9
Hex842E4C0412A301533023
Octal20456114010152605236043
Binary10000100101110100110001000001101010110000101010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842E4C; }

 p { color: rgb(132,46,76); }

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

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

 a { background-color: rgb(132,46,76); }

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

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

 span { border-color: rgb(132,46,76); }

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