#873B6A

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

Shades of Cosmic #873B6A

Tints of Cosmic #873B6A

Color information

#873B6A (or 0x873B6A) is unknown color: approx Cosmic. HEX triplet: 87, 3B and 6A. RGB value is (135,59,106). Sum of RGB (Red+Green+Blue) = 135+59+106=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6A is #78C495. Grayscale: #565656. Windows color (decimal): -7914646 or 6962055. OLE color: 6962055.

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

Color convert

RGB13559106-
CMYK00.560.210.47
HSL322.89º39.18%38.04%-
HSV(B)322.89º56.3%52.94%-
XYZ14.169.3214.69-
YUV87.08138.68162.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 59 (23.44% from 255) = 19.67%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=45%
G=19.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355910600.560.210.47322.8939.1838.04
Hex873B6A038152F1432726
Octal2077315207025575034746
Binary100001111110111101010011100010101101111101000011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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