#804362

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

Shades of Cosmic #804362

Tints of Cosmic #804362

Color information

#804362 (or 0x804362) is unknown color: approx Cosmic. HEX triplet: 80, 43 and 62. RGB value is (128,67,98). Sum of RGB (Red+Green+Blue) = 128+67+98=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #804362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804362 is #7FBC9D. Grayscale: #585858. Windows color (decimal): -8371358 or 6439808. OLE color: 6439808.

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

Color convert

RGB1286798-
CMYK00.480.230.50
HSL329.51º31.28%38.24%-
HSV(B)329.51º47.66%50.2%-
XYZ13.119.4912.69-
YUV88.77133.21155.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=43.69%
G=22.87%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128679800.480.230.50329.5131.2838.24
Hex804362030173214a1f26
Octal20010314206027625123746
Binary100000001000011110001001100001011111001010100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804362; }

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

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

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

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

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

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

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

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