#845073

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

Shades of Cosmic #845073

Tints of Cosmic #845073

Color information

#845073 (or 0x845073) is unknown color: approx Cosmic. HEX triplet: 84, 50 and 73. RGB value is (132,80,115). Sum of RGB (Red+Green+Blue) = 132+80+115=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845073 is #7BAF8C. Grayscale: #636363. Windows color (decimal): -8105869 or 7557252. OLE color: 7557252.

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

Color convert

RGB13280115-
CMYK00.390.130.48
HSL319.62º24.53%41.57%-
HSV(B)319.62º39.39%51.76%-
XYZ15.4811.8817.7-
YUV99.54136.73151.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=40.37%
G=24.46%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328011500.390.130.48319.6224.5341.57
Hex845073027D30140192a
Octal20412016304715605003152
Binary10000100101000011100110100111110111000010100000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845073; }

 p { color: rgb(132,80,115); }

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

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

 a { background-color: rgb(132,80,115); }

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

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

 span { border-color: rgb(132,80,115); }

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