#87334E

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

Shades of Disco #87334E

Tints of Disco #87334E

Color information

#87334E (or 0x87334E) is unknown color: approx Disco. HEX triplet: 87, 33 and 4E. RGB value is (135,51,78). Sum of RGB (Red+Green+Blue) = 135+51+78=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87334E is #78CCB1. Grayscale: #4F4F4F. Windows color (decimal): -7916722 or 5124999. OLE color: 5124999.

HSL color Cylindrical-coordinate representation of color #87334E: hue angle of 340.71º 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 #87334E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1355178-
CMYK00.620.420.47
HSL340.71º45.16%36.47%-
HSV(B)340.71º62.22%52.94%-
XYZ12.558.078.1-
YUV79.19127.33167.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=51.14%
G=19.32%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135517800.620.420.47340.7145.1636.47
Hex87334E03E2A2F1552d24
Octal2076311607652575255544
Binary1000011111001110011100111110101010101111101010101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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