#873B6C

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

Shades of Cosmic #873B6C

Tints of Cosmic #873B6C

Color information

#873B6C (or 0x873B6C) is unknown color: approx Cosmic. HEX triplet: 87, 3B and 6C. RGB value is (135,59,108). Sum of RGB (Red+Green+Blue) = 135+59+108=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #873B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B6C is #78C493. Grayscale: #575757. Windows color (decimal): -7914644 or 7093127. OLE color: 7093127.

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

Color convert

RGB13559108-
CMYK00.560.20.47
HSL321.32º39.18%38.04%-
HSV(B)321.32º56.3%52.94%-
XYZ14.269.3615.24-
YUV87.31139.68162.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=44.70%
G=19.54%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355910800.560.20.47321.3239.1838.04
Hex873B6C038142F1412726
Octal2077315407024575014746
Binary100001111110111101100011100010100101111101000001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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