#87274B

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

Shades of Disco #87274B

Tints of Disco #87274B

Color information

#87274B (or 0x87274B) is unknown color: approx Disco. HEX triplet: 87, 27 and 4B. RGB value is (135,39,75). Sum of RGB (Red+Green+Blue) = 135+39+75=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87274B is #78D8B4. Grayscale: #474747. Windows color (decimal): -7919797 or 4925319. OLE color: 4925319.

HSL color Cylindrical-coordinate representation of color #87274B: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87274B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1353975-
CMYK00.710.440.47
HSL337.5º55.17%34.12%-
HSV(B)337.5º71.11%52.94%-
XYZ11.997.117.4-
YUV71.81129.8173.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=54.22%
G=15.66%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135397500.710.440.47337.555.1734.12
Hex87274B0472C2F1523722
Octal20747113010754575226742
Binary10000111100111100101101000111101100101111101010010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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