#87334C

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

Shades of Disco #87334C

Tints of Disco #87334C

Color information

#87334C (or 0x87334C) is unknown color: approx Disco. HEX triplet: 87, 33 and 4C. RGB value is (135,51,76). Sum of RGB (Red+Green+Blue) = 135+51+76=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87334C is #78CCB3. Grayscale: #4E4E4E. Windows color (decimal): -7916724 or 4993927. OLE color: 4993927.

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

Color convert

RGB1355176-
CMYK00.620.440.47
HSL342.14º45.16%36.47%-
HSV(B)342.14º62.22%52.94%-
XYZ12.488.047.73-
YUV78.97126.33167.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=51.53%
G=19.47%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135517600.620.440.47342.1445.1636.47
Hex87334C03E2C2F1562d24
Octal2076311407654575265544
Binary1000011111001110011000111110101100101111101010110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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