#804359

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

Shades of Cosmic #804359

Tints of Cosmic #804359

Color information

#804359 (or 0x804359) is unknown color: approx Cosmic. HEX triplet: 80, 43 and 59. RGB value is (128,67,89). Sum of RGB (Red+Green+Blue) = 128+67+89=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #804359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804359 is #7FBCA6. Grayscale: #575757. Windows color (decimal): -8371367 or 5849984. OLE color: 5849984.

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

Color convert

RGB1286789-
CMYK00.480.300.50
HSL338.36º31.28%38.24%-
HSV(B)338.36º47.66%50.2%-
XYZ12.719.3210.58-
YUV87.75128.71156.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=45.07%
G=23.59%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128678900.480.300.50338.3631.2838.24
Hex8043590301E321521f26
Octal20010313106036625223746
Binary100000001000011101100101100001111011001010101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804359; }

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

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

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

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

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

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

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

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