#844773

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

Shades of Cosmic #844773

Tints of Cosmic #844773

Color information

#844773 (or 0x844773) is unknown color: approx Cosmic. HEX triplet: 84, 47 and 73. RGB value is (132,71,115). Sum of RGB (Red+Green+Blue) = 132+71+115=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844773 is #7BB88C. Grayscale: #5E5E5E. Windows color (decimal): -8108173 or 7554948. OLE color: 7554948.

HSL color Cylindrical-coordinate representation of color #844773: hue angle of 316.72º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844773 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13271115-
CMYK00.460.130.48
HSL316.72º30.05%39.8%-
HSV(B)316.72º46.21%51.76%-
XYZ14.8610.6517.49-
YUV94.26139.71154.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=41.51%
G=22.33%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327111500.460.130.48316.7230.0539.8
Hex84477302ED3013d1e28
Octal20410716305615604753650
Binary10000100100011111100110101110110111000010011110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844773; }

 p { color: rgb(132,71,115); }

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

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

 a { background-color: rgb(132,71,115); }

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

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

 span { border-color: rgb(132,71,115); }

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