#87294B

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

Shades of Disco #87294B

Tints of Disco #87294B

Color information

#87294B (or 0x87294B) is unknown color: approx Disco. HEX triplet: 87, 29 and 4B. RGB value is (135,41,75). Sum of RGB (Red+Green+Blue) = 135+41+75=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87294B is #78D6B4. Grayscale: #484848. Windows color (decimal): -7919285 or 4925831. OLE color: 4925831.

HSL color Cylindrical-coordinate representation of color #87294B: hue angle of 338.3º 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 #87294B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1354175-
CMYK00.700.440.47
HSL338.3º53.41%34.51%-
HSV(B)338.3º69.63%52.94%-
XYZ12.057.247.42-
YUV72.98129.14172.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=53.78%
G=16.33%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135417500.700.440.47338.353.4134.51
Hex87294B0462C2F1523523
Octal20751113010654575226543
Binary10000111101001100101101000110101100101111101010010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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