#84304A

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

Shades of Disco #84304A

Tints of Disco #84304A

Color information

#84304A (or 0x84304A) is unknown color: approx Disco. HEX triplet: 84, 30 and 4A. RGB value is (132,48,74). Sum of RGB (Red+Green+Blue) = 132+48+74=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #84304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84304A is #7BCFB5. Grayscale: #4C4C4C. Windows color (decimal): -8114102 or 4862084. OLE color: 4862084.

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

Color convert

RGB1324874-
CMYK00.640.440.48
HSL341.43º46.67%35.29%-
HSV(B)341.43º63.64%51.76%-
XYZ11.817.517.31-
YUV76.08126.83167.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=51.97%
G=18.90%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132487400.640.440.48341.4346.6735.29
Hex84304A0402C301552f23
Octal20460112010054605255743
Binary10000100110000100101001000000101100110000101010101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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