#872A4E

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

Shades of Disco #872A4E

Tints of Disco #872A4E

Color information

#872A4E (or 0x872A4E) is unknown color: approx Disco. HEX triplet: 87, 2A and 4E. RGB value is (135,42,78). Sum of RGB (Red+Green+Blue) = 135+42+78=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A4E is #78D5B1. Grayscale: #494949. Windows color (decimal): -7919026 or 5122695. OLE color: 5122695.

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

Color convert

RGB1354278-
CMYK00.690.420.47
HSL336.77º52.54%34.71%-
HSV(B)336.77º68.89%52.94%-
XYZ12.197.367.99-
YUV73.91130.31171.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=52.94%
G=16.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135427800.690.420.47336.7752.5434.71
Hex872A4E0452A2F1513523
Octal20752116010552575216543
Binary10000111101010100111001000101101010101111101010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,42,78); }

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

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

 a { background-color: rgb(135,42,78); }

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

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

 span { border-color: rgb(135,42,78); }

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