#872240

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

Shades of Disco #872240

Tints of Disco #872240

Color information

#872240 (or 0x872240) is unknown color: approx Disco. HEX triplet: 87, 22 and 40. RGB value is (135,34,64). Sum of RGB (Red+Green+Blue) = 135+34+64=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #872240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872240 is #78DDBF. Grayscale: #434343. Windows color (decimal): -7921088 or 4203143. OLE color: 4203143.

HSL color Cylindrical-coordinate representation of color #872240: hue angle of 342.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872240 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1353464-
CMYK00.750.530.47
HSL342.18º59.76%33.14%-
HSV(B)342.18º74.81%52.94%-
XYZ11.496.675.53-
YUV67.62125.96176.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=57.94%
G=14.59%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135346400.750.530.47342.1859.7633.14
Hex87224004B352F1563c21
Octal20742100011365575267441
Binary10000111100010100000001001011110101101111101010110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872240; }

 p { color: rgb(135,34,64); }

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

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

 a { background-color: rgb(135,34,64); }

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

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

 span { border-color: rgb(135,34,64); }

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