#872748

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

Shades of Disco #872748

Tints of Disco #872748

Color information

#872748 (or 0x872748) is unknown color: approx Disco. HEX triplet: 87, 27 and 48. RGB value is (135,39,72). Sum of RGB (Red+Green+Blue) = 135+39+72=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #872748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872748 is #78D8B7. Grayscale: #474747. Windows color (decimal): -7919800 or 4728711. OLE color: 4728711.

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

Color convert

RGB1353972-
CMYK00.710.470.47
HSL339.38º55.17%34.12%-
HSV(B)339.38º71.11%52.94%-
XYZ11.897.076.87-
YUV71.47128.3173.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.88%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=54.88%
G=15.85%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135397200.710.470.47339.3855.1734.12
Hex8727480472F2F1533722
Octal20747110010757575236742
Binary10000111100111100100001000111101111101111101010011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872748; }

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

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

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

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

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

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

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

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