#87254A

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

Shades of Disco #87254A

Tints of Disco #87254A

Color information

#87254A (or 0x87254A) is unknown color: approx Disco. HEX triplet: 87, 25 and 4A. RGB value is (135,37,74). Sum of RGB (Red+Green+Blue) = 135+37+74=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87254A is #78DAB5. Grayscale: #464646. Windows color (decimal): -7920310 or 4859271. OLE color: 4859271.

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

Color convert

RGB1353774-
CMYK00.730.450.47
HSL337.35º56.98%33.73%-
HSV(B)337.35º72.59%52.94%-
XYZ11.896.977.2-
YUV70.52129.97173.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=54.88%
G=15.04%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135377400.730.450.47337.3556.9833.73
Hex87254A0492D2F1513922
Octal20745112011155575217142
Binary10000111100101100101001001001101101101111101010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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