#844E6D

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

Shades of Cosmic #844E6D

Tints of Cosmic #844E6D

Color information

#844E6D (or 0x844E6D) is unknown color: approx Cosmic. HEX triplet: 84, 4E and 6D. RGB value is (132,78,109). Sum of RGB (Red+Green+Blue) = 132+78+109=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E6D is #7BB192. Grayscale: #616161. Windows color (decimal): -8106387 or 7163524. OLE color: 7163524.

HSL color Cylindrical-coordinate representation of color #844E6D: hue angle of 325.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E6D is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13278109-
CMYK00.410.170.48
HSL325.56º25.71%41.18%-
HSV(B)325.56º40.91%51.76%-
XYZ1511.4615.89-
YUV97.68134.39152.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=41.38%
G=24.45%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327810900.410.170.48325.5625.7141.18
Hex844E6D02911301461a29
Octal20411615505121605063251
Binary100001001001110110110101010011000111000010100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E6D; }

 p { color: rgb(132,78,109); }

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

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

 a { background-color: rgb(132,78,109); }

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

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

 span { border-color: rgb(132,78,109); }

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