#844F6F

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

Shades of Cosmic #844F6F

Tints of Cosmic #844F6F

Color information

#844F6F (or 0x844F6F) is unknown color: approx Cosmic. HEX triplet: 84, 4F and 6F. RGB value is (132,79,111). Sum of RGB (Red+Green+Blue) = 132+79+111=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F6F is #7BB090. Grayscale: #626262. Windows color (decimal): -8106129 or 7294852. OLE color: 7294852.

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

Color convert

RGB13279111-
CMYK00.400.160.48
HSL323.77º25.12%41.37%-
HSV(B)323.77º40.15%51.76%-
XYZ15.1811.6516.49-
YUV98.49135.06151.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=40.99%
G=24.53%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327911100.400.160.48323.7725.1241.37
Hex844F6F02810301441929
Octal20411715705020605043151
Binary100001001001111110111101010001000011000010100010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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