#873048

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

Shades of Disco #873048

Tints of Disco #873048

Color information

#873048 (or 0x873048) is unknown color: approx Disco. HEX triplet: 87, 30 and 48. RGB value is (135,48,72). Sum of RGB (Red+Green+Blue) = 135+48+72=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #873048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873048 is #78CFB7. Grayscale: #4C4C4C. Windows color (decimal): -7917496 or 4731015. OLE color: 4731015.

HSL color Cylindrical-coordinate representation of color #873048: hue angle of 343.45º degrees, saturation: 0.48, 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 #873048 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1354872-
CMYK00.640.470.47
HSL343.45º47.54%35.88%-
HSV(B)343.45º64.44%52.94%-
XYZ12.227.736.98-
YUV76.75125.32169.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=52.94%
G=18.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135487200.640.470.47343.4547.5435.88
Hex8730480402F2F1573024
Octal20760110010057575276044
Binary10000111110000100100001000000101111101111101010111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873048; }

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

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

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

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

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

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

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

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