#80445E

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

Shades of Cosmic #80445E

Tints of Cosmic #80445E

Color information

#80445E (or 0x80445E) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 5E. RGB value is (128,68,94). Sum of RGB (Red+Green+Blue) = 128+68+94=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80445E is #7FBBA1. Grayscale: #585858. Windows color (decimal): -8371106 or 6177920. OLE color: 6177920.

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

Color convert

RGB1286894-
CMYK00.470.270.50
HSL334º30.61%38.43%-
HSV(B)334º46.88%50.2%-
XYZ12.999.5311.74-
YUV88.9130.88155.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=44.14%
G=23.45%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128689400.470.270.5033430.6138.43
Hex80445E02F1B3214e1f26
Octal20010413605733625163746
Binary100000001000100101111001011111101111001010100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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