#871048

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

Shades of Disco #871048

Tints of Disco #871048

Color information

#871048 (or 0x871048) is unknown color: approx Disco. HEX triplet: 87, 10 and 48. RGB value is (135,16,72). Sum of RGB (Red+Green+Blue) = 135+16+72=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #871048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871048 is #78EFB7. Grayscale: #393939. Windows color (decimal): -7925688 or 4722823. OLE color: 4722823.

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

Color convert

RGB1351672-
CMYK00.880.470.47
HSL331.76º78.81%29.61%-
HSV(B)331.76º88.15%52.94%-
XYZ11.355.996.69-
YUV57.96135.92182.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.54%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=60.54%
G=7.17%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135167200.880.470.47331.7678.8129.61
Hex8710480582F2F14c4f1e
Octal207201100130575751411736
Binary1000011110000100100001011000101111101111101001100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871048; }

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

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

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

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

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

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

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

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