#84304D

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

Shades of Disco #84304D

Tints of Disco #84304D

Color information

#84304D (or 0x84304D) is unknown color: approx Disco. HEX triplet: 84, 30 and 4D. RGB value is (132,48,77). Sum of RGB (Red+Green+Blue) = 132+48+77=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84304D is #7BCFB2. Grayscale: #4C4C4C. Windows color (decimal): -8114099 or 5058692. OLE color: 5058692.

HSL color Cylindrical-coordinate representation of color #84304D: hue angle of 339.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84304D is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1324877-
CMYK00.640.420.48
HSL339.29º46.67%35.29%-
HSV(B)339.29º63.64%51.76%-
XYZ11.917.567.85-
YUV76.42128.33167.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=51.36%
G=18.68%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132487700.640.420.48339.2946.6735.29
Hex84304D0402A301532f23
Octal20460115010052605235743
Binary10000100110000100110101000000101010110000101010011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84304D; }

 p { color: rgb(132,48,77); }

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

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

 a { background-color: rgb(132,48,77); }

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

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

 span { border-color: rgb(132,48,77); }

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