#844D63

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

Shades of Cosmic #844D63

Tints of Cosmic #844D63

Color information

#844D63 (or 0x844D63) is unknown color: approx Cosmic. HEX triplet: 84, 4D and 63. RGB value is (132,77,99). Sum of RGB (Red+Green+Blue) = 132+77+99=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D63 is #7BB29C. Grayscale: #5F5F5F. Windows color (decimal): -8106653 or 6507908. OLE color: 6507908.

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

Color convert

RGB1327799-
CMYK00.420.250.48
HSL336º26.32%40.98%-
HSV(B)336º41.67%51.76%-
XYZ14.4211.1113.19-
YUV95.95129.72153.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132779900.420.250.4833626.3240.98
Hex844D6302A19301501a29
Octal20411514305231605203251
Binary100001001001101110001101010101100111000010101000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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