#84334C

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

Shades of Disco #84334C

Tints of Disco #84334C

Color information

#84334C (or 0x84334C) is unknown color: approx Disco. HEX triplet: 84, 33 and 4C. RGB value is (132,51,76). Sum of RGB (Red+Green+Blue) = 132+51+76=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84334C is #7BCCB3. Grayscale: #4E4E4E. Windows color (decimal): -8113332 or 4993924. OLE color: 4993924.

HSL color Cylindrical-coordinate representation of color #84334C: hue angle of 341.48º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84334C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1325176-
CMYK00.610.420.48
HSL341.48º44.26%35.88%-
HSV(B)341.48º61.36%51.76%-
XYZ127.797.71-
YUV78.07126.84166.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=50.97%
G=19.69%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132517600.610.420.48341.4844.2635.88
Hex84334C03D2A301552c24
Octal2046311407552605255444
Binary1000010011001110011000111101101010110000101010101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84334C; }

 p { color: rgb(132,51,76); }

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

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

 a { background-color: rgb(132,51,76); }

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

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

 span { border-color: rgb(132,51,76); }

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