#874473

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

Shades of Cosmic #874473

Tints of Cosmic #874473

Color information

#874473 (or 0x874473) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 73. RGB value is (135,68,115). Sum of RGB (Red+Green+Blue) = 135+68+115=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874473 is #78BB8C. Grayscale: #5D5D5D. Windows color (decimal): -7912333 or 7554183. OLE color: 7554183.

HSL color Cylindrical-coordinate representation of color #874473: hue angle of 317.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874473 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13568115-
CMYK00.500.150.47
HSL317.91º33%39.8%-
HSV(B)317.91º49.63%52.94%-
XYZ15.1510.5217.45-
YUV93.39140.2157.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=42.45%
G=21.38%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356811500.500.150.47317.913339.8
Hex874473032F2F13e2128
Octal20710416306217574764150
Binary100001111000100111001101100101111101111100111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874473; }

 p { color: rgb(135,68,115); }

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

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

 a { background-color: rgb(135,68,115); }

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

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

 span { border-color: rgb(135,68,115); }

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