#80395F

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

Shades of Cosmic #80395F

Tints of Cosmic #80395F

Color information

#80395F (or 0x80395F) is unknown color: approx Cosmic. HEX triplet: 80, 39 and 5F. RGB value is (128,57,95). Sum of RGB (Red+Green+Blue) = 128+57+95=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #80395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80395F is #7FC6A0. Grayscale: #525252. Windows color (decimal): -8373921 or 6240640. OLE color: 6240640.

HSL color Cylindrical-coordinate representation of color #80395F: hue angle of 327.89º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80395F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1285795-
CMYK00.550.260.50
HSL327.89º38.38%36.27%-
HSV(B)327.89º55.47%50.2%-
XYZ12.438.3411.78-
YUV82.56135.02160.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=45.71%
G=20.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128579500.550.260.50327.8938.3836.27
Hex80395F0371A321482624
Octal2007113706732625104644
Binary100000001110011011111011011111010110010101001000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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