#845372

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

Shades of Cosmic #845372

Tints of Cosmic #845372

Color information

#845372 (or 0x845372) is unknown color: approx Cosmic. HEX triplet: 84, 53 and 72. RGB value is (132,83,114). Sum of RGB (Red+Green+Blue) = 132+83+114=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845372 is #7BAC8D. Grayscale: #656565. Windows color (decimal): -8105102 or 7492484. OLE color: 7492484.

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

Color convert

RGB13283114-
CMYK00.370.140.48
HSL322.04º22.79%42.16%-
HSV(B)322.04º37.12%51.76%-
XYZ15.6512.3117.47-
YUV101.18135.23149.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=40.12%
G=25.23%
B=34.65%

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
Decimal1328311400.370.140.48322.0422.7942.16
Hex845372025E30142172a
Octal20412316204516605022752
Binary10000100101001111100100100101111011000010100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845372; }

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

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

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

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

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

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

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

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