#842346

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

Shades of Disco #842346

Tints of Disco #842346

Color information

#842346 (or 0x842346) is unknown color: approx Disco. HEX triplet: 84, 23 and 46. RGB value is (132,35,70). Sum of RGB (Red+Green+Blue) = 132+35+70=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #842346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842346 is #7BDCB9. Grayscale: #434343. Windows color (decimal): -8117434 or 4596612. OLE color: 4596612.

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

Color convert

RGB1323570-
CMYK00.730.470.48
HSL338.35º58.08%32.75%-
HSV(B)338.35º73.48%51.76%-
XYZ11.226.556.47-
YUV67.99129.14173.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.70%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=55.70%
G=14.77%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132357000.730.470.48338.3558.0832.75
Hex8423460492F301523a21
Octal20443106011157605227241
Binary10000100100011100011001001001101111110000101010010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842346; }

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

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

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

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

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

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

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

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