#87304F

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

Shades of Disco #87304F

Tints of Disco #87304F

Color information

#87304F (or 0x87304F) is unknown color: approx Disco. HEX triplet: 87, 30 and 4F. RGB value is (135,48,79). Sum of RGB (Red+Green+Blue) = 135+48+79=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87304F is #78CFB0. Grayscale: #4D4D4D. Windows color (decimal): -7917489 or 5189767. OLE color: 5189767.

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

Color convert

RGB1354879-
CMYK00.640.410.47
HSL338.62º47.54%35.88%-
HSV(B)338.62º64.44%52.94%-
XYZ12.467.838.25-
YUV77.55128.82168.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=51.53%
G=18.32%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135487900.640.410.47338.6247.5435.88
Hex87304F040292F1533024
Octal20760117010051575236044
Binary10000111110000100111101000000101001101111101010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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