#87304E

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

Shades of Disco #87304E

Tints of Disco #87304E

Color information

#87304E (or 0x87304E) is unknown color: approx Disco. HEX triplet: 87, 30 and 4E. RGB value is (135,48,78). Sum of RGB (Red+Green+Blue) = 135+48+78=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87304E is #78CFB1. Grayscale: #4D4D4D. Windows color (decimal): -7917490 or 5124231. OLE color: 5124231.

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

Color convert

RGB1354878-
CMYK00.640.420.47
HSL339.31º47.54%35.88%-
HSV(B)339.31º64.44%52.94%-
XYZ12.427.818.06-
YUV77.43128.32169.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=51.72%
G=18.39%
B=29.89%

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
Decimal135487800.640.420.47339.3147.5435.88
Hex87304E0402A2F1533024
Octal20760116010052575236044
Binary10000111110000100111001000000101010101111101010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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