#87364F

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

Shades of Disco #87364F

Tints of Disco #87364F

Color information

#87364F (or 0x87364F) is unknown color: approx Disco. HEX triplet: 87, 36 and 4F. RGB value is (135,54,79). Sum of RGB (Red+Green+Blue) = 135+54+79=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87364F is #78C9B0. Grayscale: #515151. Windows color (decimal): -7915953 or 5191303. OLE color: 5191303.

HSL color Cylindrical-coordinate representation of color #87364F: hue angle of 341.48º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87364F is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1355479-
CMYK00.600.410.47
HSL341.48º42.86%37.06%-
HSV(B)341.48º60%52.94%-
XYZ12.728.358.34-
YUV81.07126.84166.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=50.37%
G=20.15%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135547900.600.410.47341.4842.8637.06
Hex87364F03C292F1552b25
Octal2076611707451575255345
Binary1000011111011010011110111100101001101111101010101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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