#845470

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

Shades of Cosmic #845470

Tints of Cosmic #845470

Color information

#845470 (or 0x845470) is unknown color: approx Cosmic. HEX triplet: 84, 54 and 70. RGB value is (132,84,112). Sum of RGB (Red+Green+Blue) = 132+84+112=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845470 is #7BAB8F. Grayscale: #656565. Windows color (decimal): -8104848 or 7361668. OLE color: 7361668.

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

Color convert

RGB13284112-
CMYK00.360.150.48
HSL325º22.22%42.35%-
HSV(B)325º36.36%51.76%-
XYZ15.6112.4216.9-
YUV101.54133.9149.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=40.24%
G=25.61%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328411200.360.150.4832522.2242.35
Hex845470024F30145162a
Octal20412416004417605052652
Binary10000100101010011100000100100111111000010100010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845470; }

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

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

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

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

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

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

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

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