#873B6E

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

Shades of Cosmic #873B6E

Tints of Cosmic #873B6E

Color information

#873B6E (or 0x873B6E) is unknown color: approx Cosmic. HEX triplet: 87, 3B and 6E. RGB value is (135,59,110). Sum of RGB (Red+Green+Blue) = 135+59+110=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6E is #78C491. Grayscale: #575757. Windows color (decimal): -7914642 or 7224199. OLE color: 7224199.

HSL color Cylindrical-coordinate representation of color #873B6E: hue angle of 319.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873B6E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13559110-
CMYK00.560.190.47
HSL319.74º39.18%38.04%-
HSV(B)319.74º56.3%52.94%-
XYZ14.379.415.81-
YUV87.54140.68161.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=44.41%
G=19.41%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355911000.560.190.47319.7439.1838.04
Hex873B6E038132F1402726
Octal2077315607023575004746
Binary100001111110111101110011100010011101111101000000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873B6E; }

 p { color: rgb(135,59,110); }

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

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

 a { background-color: rgb(135,59,110); }

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

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

 span { border-color: rgb(135,59,110); }

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