#845970

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

Shades of Cosmic #845970

Tints of Cosmic #845970

Color information

#845970 (or 0x845970) is unknown color: approx Cosmic. HEX triplet: 84, 59 and 70. RGB value is (132,89,112). Sum of RGB (Red+Green+Blue) = 132+89+112=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845970 is #7BA68F. Grayscale: #686868. Windows color (decimal): -8103568 or 7362948. OLE color: 7362948.

HSL color Cylindrical-coordinate representation of color #845970: hue angle of 327.91º 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 #845970 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13289112-
CMYK00.330.150.48
HSL327.91º19.46%43.33%-
HSV(B)327.91º32.58%51.76%-
XYZ16.0113.2217.04-
YUV104.48132.25147.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=39.64%
G=26.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328911200.330.150.48327.9119.4643.33
Hex845970021F30148132b
Octal20413116004117605102353
Binary10000100101100111100000100001111111000010100100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845970; }

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

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

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

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

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

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

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

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