#87314E

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

Shades of Disco #87314E

Tints of Disco #87314E

Color information

#87314E (or 0x87314E) is unknown color: approx Disco. HEX triplet: 87, 31 and 4E. RGB value is (135,49,78). Sum of RGB (Red+Green+Blue) = 135+49+78=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87314E is #78CEB1. Grayscale: #4D4D4D. Windows color (decimal): -7917234 or 5124487. OLE color: 5124487.

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

Color convert

RGB1354978-
CMYK00.640.420.47
HSL339.77º46.74%36.08%-
HSV(B)339.77º63.7%52.94%-
XYZ12.477.98.08-
YUV78.02127.99168.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=51.53%
G=18.70%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135497800.640.420.47339.7746.7436.08
Hex87314E0402A2F1542f24
Octal20761116010052575245744
Binary10000111110001100111001000000101010101111101010100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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