#872E4F

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

Shades of Disco #872E4F

Tints of Disco #872E4F

Color information

#872E4F (or 0x872E4F) is unknown color: approx Disco. HEX triplet: 87, 2E and 4F. RGB value is (135,46,79). Sum of RGB (Red+Green+Blue) = 135+46+79=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #872E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E4F is #78D1B0. Grayscale: #4C4C4C. Windows color (decimal): -7918001 or 5189255. OLE color: 5189255.

HSL color Cylindrical-coordinate representation of color #872E4F: hue angle of 337.75º 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 #872E4F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1354679-
CMYK00.660.410.47
HSL337.75º49.17%35.49%-
HSV(B)337.75º65.93%52.94%-
XYZ12.387.678.22-
YUV76.37129.49169.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=51.92%
G=17.69%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135467900.660.410.47337.7549.1735.49
Hex872E4F042292F1523123
Octal20756117010251575226143
Binary10000111101110100111101000010101001101111101010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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