#80446E

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

Shades of Cosmic #80446E

Tints of Cosmic #80446E

Color information

#80446E (or 0x80446E) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 6E. RGB value is (128,68,110). Sum of RGB (Red+Green+Blue) = 128+68+110=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #80446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80446E is #7FBB91. Grayscale: #5A5A5A. Windows color (decimal): -8371090 or 7226496. OLE color: 7226496.

HSL color Cylindrical-coordinate representation of color #80446E: hue angle of 318º 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 #80446E is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12868110-
CMYK00.470.140.50
HSL318º30.61%38.43%-
HSV(B)318º46.88%50.2%-
XYZ13.789.8515.93-
YUV90.73138.88154.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.83%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=41.83%
G=22.22%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286811000.470.140.5031830.6138.43
Hex80446E02FE3213e1f26
Octal20010415605716624763746
Binary10000000100010011011100101111111011001010011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80446E; }

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

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

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

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

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

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

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

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