#844473

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

Shades of Cosmic #844473

Tints of Cosmic #844473

Color information

#844473 (or 0x844473) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 73. RGB value is (132,68,115). Sum of RGB (Red+Green+Blue) = 132+68+115=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #844473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844473 is #7BBB8C. Grayscale: #5C5C5C. Windows color (decimal): -8108941 or 7554180. OLE color: 7554180.

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

Color convert

RGB13268115-
CMYK00.480.130.48
HSL315.94º32%39.22%-
HSV(B)315.94º48.48%51.76%-
XYZ14.6810.2817.43-
YUV92.49140.7156.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=41.90%
G=21.59%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326811500.480.130.48315.943239.22
Hex844473030D3013c2027
Octal20410416306015604744047
Binary100001001000100111001101100001101110000100111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844473; }

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

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

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

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

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

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

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

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