#844C6D

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

Shades of Cosmic #844C6D

Tints of Cosmic #844C6D

Color information

#844C6D (or 0x844C6D) is unknown color: approx Cosmic. HEX triplet: 84, 4C and 6D. RGB value is (132,76,109). Sum of RGB (Red+Green+Blue) = 132+76+109=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #844C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844C6D is #7BB392. Grayscale: #606060. Windows color (decimal): -8106899 or 7163012. OLE color: 7163012.

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

Color convert

RGB13276109-
CMYK00.420.170.48
HSL324.64º26.92%40.78%-
HSV(B)324.64º42.42%51.76%-
XYZ14.8611.1815.84-
YUV96.51135.05153.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=41.64%
G=23.97%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327610900.420.170.48324.6426.9240.78
Hex844C6D02A11301451b29
Octal20411415505221605053351
Binary100001001001100110110101010101000111000010100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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