#87264A

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

Shades of Disco #87264A

Tints of Disco #87264A

Color information

#87264A (or 0x87264A) is unknown color: approx Disco. HEX triplet: 87, 26 and 4A. RGB value is (135,38,74). Sum of RGB (Red+Green+Blue) = 135+38+74=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #87264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87264A is #78D9B5. Grayscale: #474747. Windows color (decimal): -7920054 or 4859527. OLE color: 4859527.

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

Color convert

RGB1353874-
CMYK00.720.450.47
HSL337.73º56.07%33.92%-
HSV(B)337.73º71.85%52.94%-
XYZ11.927.037.21-
YUV71.11129.64173.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=54.66%
G=15.38%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135387400.720.450.47337.7356.0733.92
Hex87264A0482D2F1523822
Octal20746112011055575227042
Binary10000111100110100101001001000101101101111101010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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