#844873

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

Shades of Cosmic #844873

Tints of Cosmic #844873

Color information

#844873 (or 0x844873) is unknown color: approx Cosmic. HEX triplet: 84, 48 and 73. RGB value is (132,72,115). Sum of RGB (Red+Green+Blue) = 132+72+115=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844873 is #7BB78C. Grayscale: #5E5E5E. Windows color (decimal): -8107917 or 7555204. OLE color: 7555204.

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

Color convert

RGB13272115-
CMYK00.450.130.48
HSL317º29.41%40%-
HSV(B)317º45.45%51.76%-
XYZ14.9310.7817.51-
YUV94.84139.38154.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=41.38%
G=22.57%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327211500.450.130.4831729.4140
Hex84487302DD3013d1d28
Octal20411016305515604753550
Binary10000100100100011100110101101110111000010011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844873; }

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

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

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

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

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

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

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

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