#845371

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

Shades of Cosmic #845371

Tints of Cosmic #845371

Color information

#845371 (or 0x845371) is unknown color: approx Cosmic. HEX triplet: 84, 53 and 71. RGB value is (132,83,113). Sum of RGB (Red+Green+Blue) = 132+83+113=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845371 is #7BAC8E. Grayscale: #656565. Windows color (decimal): -8105103 or 7426948. OLE color: 7426948.

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

Color convert

RGB13283113-
CMYK00.370.140.48
HSL323.27º22.79%42.16%-
HSV(B)323.27º37.12%51.76%-
XYZ15.5912.2817.17-
YUV101.07134.73150.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=40.24%
G=25.30%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328311300.370.140.48323.2722.7942.16
Hex845371025E30143172a
Octal20412316104516605032752
Binary10000100101001111100010100101111011000010100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845371; }

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

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

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

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

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

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

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

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