#842E46

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

Shades of Disco #842E46

Tints of Disco #842E46

Color information

#842E46 (or 0x842E46) is unknown color: approx Disco. HEX triplet: 84, 2E and 46. RGB value is (132,46,70). Sum of RGB (Red+Green+Blue) = 132+46+70=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #842E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E46 is #7BD1B9. Grayscale: #4A4A4A. Windows color (decimal): -8114618 or 4599428. OLE color: 4599428.

HSL color Cylindrical-coordinate representation of color #842E46: hue angle of 343.26º 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 #842E46 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1324670-
CMYK00.650.470.48
HSL343.26º48.31%34.9%-
HSV(B)343.26º65.15%51.76%-
XYZ11.67.36.59-
YUV74.45125.49169.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=53.23%
G=18.55%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132467000.650.470.48343.2648.3134.9
Hex842E460412F301573023
Octal20456106010157605276043
Binary10000100101110100011001000001101111110000101010111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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