#80425F

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

Shades of Cosmic #80425F

Tints of Cosmic #80425F

Color information

#80425F (or 0x80425F) is unknown color: approx Cosmic. HEX triplet: 80, 42 and 5F. RGB value is (128,66,95). Sum of RGB (Red+Green+Blue) = 128+66+95=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80425F is #7FBDA0. Grayscale: #575757. Windows color (decimal): -8371617 or 6242944. OLE color: 6242944.

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

Color convert

RGB1286695-
CMYK00.480.260.50
HSL331.94º31.96%38.04%-
HSV(B)331.94º48.44%50.2%-
XYZ12.929.3111.94-
YUV87.84132.04156.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=44.29%
G=22.84%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128669500.480.260.50331.9431.9638.04
Hex80425F0301A3214c2026
Octal20010213706032625144046
Binary1000000010000101011111011000011010110010101001100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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