#871448

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

Shades of Disco #871448

Tints of Disco #871448

Color information

#871448 (or 0x871448) is unknown color: approx Disco. HEX triplet: 87, 14 and 48. RGB value is (135,20,72). Sum of RGB (Red+Green+Blue) = 135+20+72=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #871448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871448 is #78EBB7. Grayscale: #3C3C3C. Windows color (decimal): -7924664 or 4723847. OLE color: 4723847.

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

Color convert

RGB1352072-
CMYK00.850.470.47
HSL332.87º74.19%30.39%-
HSV(B)332.87º85.19%52.94%-
XYZ11.416.126.71-
YUV60.31134.6181.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=59.47%
G=8.81%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135207200.850.470.47332.8774.1930.39
Hex8714480552F2F14d4a1e
Octal207241100125575751511236
Binary1000011110100100100001010101101111101111101001101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871448; }

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

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

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

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

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

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

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

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