#845971

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

Shades of Cosmic #845971

Tints of Cosmic #845971

Color information

#845971 (or 0x845971) is unknown color: approx Cosmic. HEX triplet: 84, 59 and 71. RGB value is (132,89,113). Sum of RGB (Red+Green+Blue) = 132+89+113=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845971 is #7BA68E. Grayscale: #686868. Windows color (decimal): -8103567 or 7428484. OLE color: 7428484.

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

Color convert

RGB13289113-
CMYK00.330.140.48
HSL326.51º19.46%43.33%-
HSV(B)326.51º32.58%51.76%-
XYZ16.0713.2417.33-
YUV104.59132.75147.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=39.52%
G=26.65%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328911300.330.140.48326.5119.4643.33
Hex845971021E30147132b
Octal20413116104116605072353
Binary10000100101100111100010100001111011000010100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845971; }

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

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

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

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

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

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

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

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