#842444

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

Shades of Disco #842444

Tints of Disco #842444

Color information

#842444 (or 0x842444) is unknown color: approx Disco. HEX triplet: 84, 24 and 44. RGB value is (132,36,68). Sum of RGB (Red+Green+Blue) = 132+36+68=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #842444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842444 is #7BDBBB. Grayscale: #444444. Windows color (decimal): -8117180 or 4465796. OLE color: 4465796.

HSL color Cylindrical-coordinate representation of color #842444: hue angle of 340º degrees, saturation: 0.57, 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 #842444 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1323668-
CMYK00.730.480.48
HSL340º57.14%32.94%-
HSV(B)340º72.73%51.76%-
XYZ11.196.586.15-
YUV68.35127.8173.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55.93%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=55.93%
G=15.25%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132366800.730.480.4834057.1432.94
Hex84244404930301543921
Octal20444104011160605247141
Binary10000100100100100010001001001110000110000101010100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842444; }

 p { color: rgb(132,36,68); }

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

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

 a { background-color: rgb(132,36,68); }

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

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

 span { border-color: rgb(132,36,68); }

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