#844F6E

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

Shades of Cosmic #844F6E

Tints of Cosmic #844F6E

Color information

#844F6E (or 0x844F6E) is unknown color: approx Cosmic. HEX triplet: 84, 4F and 6E. RGB value is (132,79,110). Sum of RGB (Red+Green+Blue) = 132+79+110=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #844F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F6E is #7BB091. Grayscale: #626262. Windows color (decimal): -8106130 or 7229316. OLE color: 7229316.

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

Color convert

RGB13279110-
CMYK00.400.170.48
HSL324.91º25.12%41.37%-
HSV(B)324.91º40.15%51.76%-
XYZ15.1311.6216.2-
YUV98.38134.56151.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=41.12%
G=24.61%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327911000.400.170.48324.9125.1241.37
Hex844F6E02811301451929
Octal20411715605021605053151
Binary100001001001111110111001010001000111000010100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,79,110); }

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

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

 a { background-color: rgb(132,79,110); }

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

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

 span { border-color: rgb(132,79,110); }

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