#84304F

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

Shades of Disco #84304F

Tints of Disco #84304F

Color information

#84304F (or 0x84304F) is unknown color: approx Disco. HEX triplet: 84, 30 and 4F. RGB value is (132,48,79). Sum of RGB (Red+Green+Blue) = 132+48+79=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84304F is #7BCFB0. Grayscale: #4C4C4C. Windows color (decimal): -8114097 or 5189764. OLE color: 5189764.

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

Color convert

RGB1324879-
CMYK00.640.400.48
HSL337.86º46.67%35.29%-
HSV(B)337.86º63.64%51.76%-
XYZ11.987.588.23-
YUV76.65129.33167.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=50.97%
G=18.53%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132487900.640.400.48337.8646.6735.29
Hex84304F04028301522f23
Octal20460117010050605225743
Binary10000100110000100111101000000101000110000101010010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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