#884373

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

Shades of Cosmic #884373

Tints of Cosmic #884373

Color information

#884373 (or 0x884373) is unknown color: approx Cosmic. HEX triplet: 88, 43 and 73. RGB value is (136,67,115). Sum of RGB (Red+Green+Blue) = 136+67+115=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #884373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884373 is #77BC8C. Grayscale: #5C5C5C. Windows color (decimal): -7847053 or 7553928. OLE color: 7553928.

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

Color convert

RGB13667115-
CMYK00.510.150.47
HSL318.26º33.99%39.8%-
HSV(B)318.26º50.74%53.33%-
XYZ15.2610.4917.44-
YUV93.1140.36158.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=42.77%
G=21.07%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366711500.510.150.47318.2633.9939.8
Hex884373033F2F13e2228
Octal21010316306317574764250
Binary100010001000011111001101100111111101111100111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884373; }

 p { color: rgb(136,67,115); }

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

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

 a { background-color: rgb(136,67,115); }

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

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

 span { border-color: rgb(136,67,115); }

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