#872C50

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

Shades of Disco #872C50

Tints of Disco #872C50

Color information

#872C50 (or 0x872C50) is unknown color: approx Disco. HEX triplet: 87, 2C and 50. RGB value is (135,44,80). Sum of RGB (Red+Green+Blue) = 135+44+80=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #872C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C50 is #78D3AF. Grayscale: #4B4B4B. Windows color (decimal): -7918512 or 5254279. OLE color: 5254279.

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

Color convert

RGB1354480-
CMYK00.670.410.47
HSL336.26º50.84%35.1%-
HSV(B)336.26º67.41%52.94%-
XYZ12.347.538.39-
YUV75.31130.65170.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=52.12%
G=16.99%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135448000.670.410.47336.2650.8435.1
Hex872C50043292F1503323
Octal20754120010351575206343
Binary10000111101100101000001000011101001101111101010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,44,80); }

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

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

 a { background-color: rgb(135,44,80); }

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

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

 span { border-color: rgb(135,44,80); }

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