#845571

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

Shades of Cosmic #845571

Tints of Cosmic #845571

Color information

#845571 (or 0x845571) is unknown color: approx Cosmic. HEX triplet: 84, 55 and 71. RGB value is (132,85,113). Sum of RGB (Red+Green+Blue) = 132+85+113=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #845571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845571 is #7BAA8E. Grayscale: #666666. Windows color (decimal): -8104591 or 7427460. OLE color: 7427460.

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

Color convert

RGB13285113-
CMYK00.360.140.48
HSL324.26º21.66%42.55%-
HSV(B)324.26º35.61%51.76%-
XYZ15.7412.5917.22-
YUV102.24134.07149.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=40%
G=25.76%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328511300.360.140.48324.2621.6642.55
Hex845571024E30144162b
Octal20412516104416605042653
Binary10000100101010111100010100100111011000010100010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845571; }

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

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

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

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

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

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

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

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