#84244E

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

Shades of Disco #84244E

Tints of Disco #84244E

Color information

#84244E (or 0x84244E) is unknown color: approx Disco. HEX triplet: 84, 24 and 4E. RGB value is (132,36,78). Sum of RGB (Red+Green+Blue) = 132+36+78=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84244E is #7BDBB1. Grayscale: #454545. Windows color (decimal): -8117170 or 5121156. OLE color: 5121156.

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

Color convert

RGB1323678-
CMYK00.730.410.48
HSL333.75º57.14%32.94%-
HSV(B)333.75º72.73%51.76%-
XYZ11.526.727.9-
YUV69.49132.8172.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=53.66%
G=14.63%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132367800.730.410.48333.7557.1432.94
Hex84244E049293014e3921
Octal20444116011151605167141
Binary10000100100100100111001001001101001110000101001110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84244E; }

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

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

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

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

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

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

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

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