#844E71

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

Shades of Cosmic #844E71

Tints of Cosmic #844E71

Color information

#844E71 (or 0x844E71) is unknown color: approx Cosmic. HEX triplet: 84, 4E and 71. RGB value is (132,78,113). Sum of RGB (Red+Green+Blue) = 132+78+113=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #844E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E71 is #7BB18E. Grayscale: #626262. Windows color (decimal): -8106383 or 7425668. OLE color: 7425668.

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

Color convert

RGB13278113-
CMYK00.410.140.48
HSL321.11º25.71%41.18%-
HSV(B)321.11º40.91%51.76%-
XYZ15.2211.5517.05-
YUV98.14136.39152.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=40.87%
G=24.15%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327811300.410.140.48321.1125.7141.18
Hex844E71029E301411a29
Octal20411616105116605013251
Binary10000100100111011100010101001111011000010100000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,113); }

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

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

 a { background-color: rgb(132,78,113); }

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

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

 span { border-color: rgb(132,78,113); }

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