#873B6D

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

Shades of Cosmic #873B6D

Tints of Cosmic #873B6D

Color information

#873B6D (or 0x873B6D) is unknown color: approx Cosmic. HEX triplet: 87, 3B and 6D. RGB value is (135,59,109). Sum of RGB (Red+Green+Blue) = 135+59+109=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6D is #78C492. Grayscale: #575757. Windows color (decimal): -7914643 or 7158663. OLE color: 7158663.

HSL color Cylindrical-coordinate representation of color #873B6D: hue angle of 320.53º 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 #873B6D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13559109-
CMYK00.560.190.47
HSL320.53º39.18%38.04%-
HSV(B)320.53º56.3%52.94%-
XYZ14.329.3815.52-
YUV87.42140.18161.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=44.55%
G=19.47%
B=35.97%

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
Decimal1355910900.560.190.47320.5339.1838.04
Hex873B6D038132F1412726
Octal2077315507023575014746
Binary100001111110111101101011100010011101111101000001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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