#87294A

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

Shades of Disco #87294A

Tints of Disco #87294A

Color information

#87294A (or 0x87294A) is unknown color: approx Disco. HEX triplet: 87, 29 and 4A. RGB value is (135,41,74). Sum of RGB (Red+Green+Blue) = 135+41+74=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87294A is #78D6B5. Grayscale: #484848. Windows color (decimal): -7919286 or 4860295. OLE color: 4860295.

HSL color Cylindrical-coordinate representation of color #87294A: hue angle of 338.94º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87294A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1354174-
CMYK00.700.450.47
HSL338.94º53.41%34.51%-
HSV(B)338.94º69.63%52.94%-
XYZ12.027.237.24-
YUV72.87128.64172.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=54%
G=16.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135417400.700.450.47338.9453.4134.51
Hex87294A0462D2F1533523
Octal20751112010655575236543
Binary10000111101001100101001000110101101101111101010011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87294A; }

 p { color: rgb(135,41,74); }

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

<style>
 a { background-color: #87294A; }

 a { background-color: rgb(135,41,74); }

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

<style>
 span { border-color: #87294A; }

 span { border-color: rgb(135,41,74); }

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