#80445C

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

Shades of Cosmic #80445C

Tints of Cosmic #80445C

Color information

#80445C (or 0x80445C) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 5C. RGB value is (128,68,92). Sum of RGB (Red+Green+Blue) = 128+68+92=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80445C is #7FBBA3. Grayscale: #585858. Windows color (decimal): -8371108 or 6046848. OLE color: 6046848.

HSL color Cylindrical-coordinate representation of color #80445C: hue angle of 336º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80445C is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB1286892-
CMYK00.470.280.50
HSL336º30.61%38.43%-
HSV(B)336º46.88%50.2%-
XYZ12.99.511.28-
YUV88.68129.88156.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=44.44%
G=23.61%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128689200.470.280.5033630.6138.43
Hex80445C02F1C321501f26
Octal20010413405734625203746
Binary100000001000100101110001011111110011001010101000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80445C; }

 p { color: rgb(128,68,92); }

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

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

 a { background-color: rgb(128,68,92); }

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

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

 span { border-color: rgb(128,68,92); }

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