#80425E

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

Shades of Cosmic #80425E

Tints of Cosmic #80425E

Color information

#80425E (or 0x80425E) is unknown color: approx Cosmic. HEX triplet: 80, 42 and 5E. RGB value is (128,66,94). Sum of RGB (Red+Green+Blue) = 128+66+94=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80425E is #7FBDA1. Grayscale: #575757. Windows color (decimal): -8371618 or 6177408. OLE color: 6177408.

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

Color convert

RGB1286694-
CMYK00.480.270.50
HSL332.9º31.96%38.04%-
HSV(B)332.9º48.44%50.2%-
XYZ12.879.2911.71-
YUV87.73131.54156.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=44.44%
G=22.92%
B=32.64%

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
Decimal128669400.480.270.50332.931.9638.04
Hex80425E0301B3214d2026
Octal20010213606033625154046
Binary1000000010000101011110011000011011110010101001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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