#872A48

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

Shades of Disco #872A48

Tints of Disco #872A48

Color information

#872A48 (or 0x872A48) is unknown color: approx Disco. HEX triplet: 87, 2A and 48. RGB value is (135,42,72). Sum of RGB (Red+Green+Blue) = 135+42+72=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #872A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A48 is #78D5B7. Grayscale: #494949. Windows color (decimal): -7919032 or 4729479. OLE color: 4729479.

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

Color convert

RGB1354272-
CMYK00.690.470.47
HSL340.65º52.54%34.71%-
HSV(B)340.65º68.89%52.94%-
XYZ11.997.276.9-
YUV73.23127.31172.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 42 (16.80% from 255) = 16.87%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=54.22%
G=16.87%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135427200.690.470.47340.6552.5434.71
Hex872A480452F2F1553523
Octal20752110010557575256543
Binary10000111101010100100001000101101111101111101010101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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