#87304C

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

Shades of Disco #87304C

Tints of Disco #87304C

Color information

#87304C (or 0x87304C) is unknown color: approx Disco. HEX triplet: 87, 30 and 4C. RGB value is (135,48,76). Sum of RGB (Red+Green+Blue) = 135+48+76=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87304C is #78CFB3. Grayscale: #4D4D4D. Windows color (decimal): -7917492 or 4993159. OLE color: 4993159.

HSL color Cylindrical-coordinate representation of color #87304C: hue angle of 340.69º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87304C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1354876-
CMYK00.640.440.47
HSL340.69º47.54%35.88%-
HSV(B)340.69º64.44%52.94%-
XYZ12.357.797.69-
YUV77.2127.32169.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=52.12%
G=18.53%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135487600.640.440.47340.6947.5435.88
Hex87304C0402C2F1553024
Octal20760114010054575256044
Binary10000111110000100110001000000101100101111101010101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,48,76); }

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

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

 a { background-color: rgb(135,48,76); }

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

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

 span { border-color: rgb(135,48,76); }

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