#845771

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

Shades of Cosmic #845771

Tints of Cosmic #845771

Color information

#845771 (or 0x845771) is unknown color: approx Cosmic. HEX triplet: 84, 57 and 71. RGB value is (132,87,113). Sum of RGB (Red+Green+Blue) = 132+87+113=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845771 is #7BA88E. Grayscale: #676767. Windows color (decimal): -8104079 or 7427972. OLE color: 7427972.

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

Color convert

RGB13287113-
CMYK00.340.140.48
HSL325.33º20.55%42.94%-
HSV(B)325.33º34.09%51.76%-
XYZ15.912.9117.28-
YUV103.42133.41148.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=39.76%
G=26.20%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328711300.340.140.48325.3320.5542.94
Hex845771022E30145152b
Octal20412716104216605052553
Binary10000100101011111100010100010111011000010100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845771; }

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

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

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

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

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

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

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

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