#84284C

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

Shades of Disco #84284C

Tints of Disco #84284C

Color information

#84284C (or 0x84284C) is unknown color: approx Disco. HEX triplet: 84, 28 and 4C. RGB value is (132,40,76). Sum of RGB (Red+Green+Blue) = 132+40+76=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84284C is #7BD7B3. Grayscale: #474747. Windows color (decimal): -8116148 or 4991108. OLE color: 4991108.

HSL color Cylindrical-coordinate representation of color #84284C: hue angle of 336.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84284C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1324076-
CMYK00.700.420.48
HSL336.52º53.49%33.73%-
HSV(B)336.52º69.7%51.76%-
XYZ11.586.947.57-
YUV71.61130.48171.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=53.23%
G=16.13%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132407600.700.420.48336.5253.4933.73
Hex84284C0462A301513522
Octal20450114010652605216542
Binary10000100101000100110001000110101010110000101010001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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