#844971

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

Shades of Cosmic #844971

Tints of Cosmic #844971

Color information

#844971 (or 0x844971) is unknown color: approx Cosmic. HEX triplet: 84, 49 and 71. RGB value is (132,73,113). Sum of RGB (Red+Green+Blue) = 132+73+113=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #844971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844971 is #7BB68E. Grayscale: #5F5F5F. Windows color (decimal): -8107663 or 7424388. OLE color: 7424388.

HSL color Cylindrical-coordinate representation of color #844971: hue angle of 319.32º 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 #844971 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13273113-
CMYK00.450.140.48
HSL319.32º28.78%40.2%-
HSV(B)319.32º44.7%51.76%-
XYZ14.8810.8616.94-
YUV95.2138.05154.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=41.51%
G=22.96%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327311300.450.140.48319.3228.7840.2
Hex84497102DE3013f1d28
Octal20411116105516604773550
Binary10000100100100111100010101101111011000010011111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844971; }

 p { color: rgb(132,73,113); }

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

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

 a { background-color: rgb(132,73,113); }

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

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

 span { border-color: rgb(132,73,113); }

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