#844D73

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

Shades of Cosmic #844D73

Tints of Cosmic #844D73

Color information

#844D73 (or 0x844D73) is unknown color: approx Cosmic. HEX triplet: 84, 4D and 73. RGB value is (132,77,115). Sum of RGB (Red+Green+Blue) = 132+77+115=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #844D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D73 is #7BB28C. Grayscale: #616161. Windows color (decimal): -8106637 or 7556484. OLE color: 7556484.

HSL color Cylindrical-coordinate representation of color #844D73: hue angle of 318.55º degrees, saturation: 0.26, 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 #844D73 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13277115-
CMYK00.420.130.48
HSL318.55º26.32%40.98%-
HSV(B)318.55º41.67%51.76%-
XYZ15.2611.4517.63-
YUV97.78137.72152.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=40.74%
G=23.77%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327711500.420.130.48318.5526.3240.98
Hex844D7302AD3013f1a29
Octal20411516305215604773251
Binary10000100100110111100110101010110111000010011111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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