#842F49

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

Shades of Disco #842F49

Tints of Disco #842F49

Color information

#842F49 (or 0x842F49) is unknown color: approx Disco. HEX triplet: 84, 2F and 49. RGB value is (132,47,73). Sum of RGB (Red+Green+Blue) = 132+47+73=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #842F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F49 is #7BD0B6. Grayscale: #4B4B4B. Windows color (decimal): -8114359 or 4796292. OLE color: 4796292.

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

Color convert

RGB1324773-
CMYK00.640.450.48
HSL341.65º47.49%35.1%-
HSV(B)341.65º64.39%51.76%-
XYZ11.737.427.12-
YUV75.38126.66168.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=52.38%
G=18.65%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132477300.640.450.48341.6547.4935.1
Hex842F490402D301562f23
Octal20457111010055605265743
Binary10000100101111100100101000000101101110000101010110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,73); }

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

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

 a { background-color: rgb(132,47,73); }

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

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

 span { border-color: rgb(132,47,73); }

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