#873150

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

Shades of Disco #873150

Tints of Disco #873150

Color information

#873150 (or 0x873150) is unknown color: approx Disco. HEX triplet: 87, 31 and 50. RGB value is (135,49,80). Sum of RGB (Red+Green+Blue) = 135+49+80=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #873150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873150 is #78CEAF. Grayscale: #4E4E4E. Windows color (decimal): -7917232 or 5255559. OLE color: 5255559.

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

Color convert

RGB1354980-
CMYK00.640.410.47
HSL338.37º46.74%36.08%-
HSV(B)338.37º63.7%52.94%-
XYZ12.547.938.46-
YUV78.25128.99168.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 80 (31.64% from 255) = 30.30%
R=51.14%
G=18.56%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135498000.640.410.47338.3746.7436.08
Hex873150040292F1522f24
Octal20761120010051575225744
Binary10000111110001101000001000000101001101111101010010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873150; }

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

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

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

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

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

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

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

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