#84284A

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

Shades of Disco #84284A

Tints of Disco #84284A

Color information

#84284A (or 0x84284A) is unknown color: approx Disco. HEX triplet: 84, 28 and 4A. RGB value is (132,40,74). Sum of RGB (Red+Green+Blue) = 132+40+74=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84284A is #7BD7B5. Grayscale: #474747. Windows color (decimal): -8116150 or 4860036. OLE color: 4860036.

HSL color Cylindrical-coordinate representation of color #84284A: hue angle of 337.83º 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 #84284A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1324074-
CMYK00.700.440.48
HSL337.83º53.49%33.73%-
HSV(B)337.83º69.7%51.76%-
XYZ11.516.927.21-
YUV71.38129.48171.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=53.66%
G=16.26%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132407400.700.440.48337.8353.4933.73
Hex84284A0462C301523522
Octal20450112010654605226542
Binary10000100101000100101001000110101100110000101010010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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