#80435E

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

Shades of Cosmic #80435E

Tints of Cosmic #80435E

Color information

#80435E (or 0x80435E) is unknown color: approx Cosmic. HEX triplet: 80, 43 and 5E. RGB value is (128,67,94). Sum of RGB (Red+Green+Blue) = 128+67+94=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80435E is #7FBCA1. Grayscale: #585858. Windows color (decimal): -8371362 or 6177664. OLE color: 6177664.

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

Color convert

RGB1286794-
CMYK00.480.270.50
HSL333.44º31.28%38.24%-
HSV(B)333.44º47.66%50.2%-
XYZ12.939.4111.72-
YUV88.32131.21156.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=44.29%
G=23.18%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128679400.480.270.50333.4431.2838.24
Hex80435E0301B3214d1f26
Octal20010313606033625153746
Binary100000001000011101111001100001101111001010100110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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