#872E48

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

Shades of Disco #872E48

Tints of Disco #872E48

Color information

#872E48 (or 0x872E48) is unknown color: approx Disco. HEX triplet: 87, 2E and 48. RGB value is (135,46,72). Sum of RGB (Red+Green+Blue) = 135+46+72=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #872E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872E48 is #78D1B7. Grayscale: #4B4B4B. Windows color (decimal): -7918008 or 4730503. OLE color: 4730503.

HSL color Cylindrical-coordinate representation of color #872E48: hue angle of 342.47º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E48 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1354672-
CMYK00.660.470.47
HSL342.47º49.17%35.49%-
HSV(B)342.47º65.93%52.94%-
XYZ12.147.576.95-
YUV75.57125.99170.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=53.36%
G=18.18%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135467200.660.470.47342.4749.1735.49
Hex872E480422F2F1563123
Octal20756110010257575266143
Binary10000111101110100100001000010101111101111101010110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872E48; }

 p { color: rgb(135,46,72); }

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

<style>
 a { background-color: #872E48; }

 a { background-color: rgb(135,46,72); }

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

<style>
 span { border-color: #872E48; }

 span { border-color: rgb(135,46,72); }

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