#804361

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

Shades of Cosmic #804361

Tints of Cosmic #804361

Color information

#804361 (or 0x804361) is unknown color: approx Cosmic. HEX triplet: 80, 43 and 61. RGB value is (128,67,97). Sum of RGB (Red+Green+Blue) = 128+67+97=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #804361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804361 is #7FBC9E. Grayscale: #585858. Windows color (decimal): -8371359 or 6374272. OLE color: 6374272.

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

Color convert

RGB1286797-
CMYK00.480.240.50
HSL330.49º31.28%38.24%-
HSV(B)330.49º47.66%50.2%-
XYZ13.079.4712.45-
YUV88.66132.71156.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=43.84%
G=22.95%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128679700.480.240.50330.4931.2838.24
Hex804361030183214a1f26
Octal20010314106030625123746
Binary100000001000011110000101100001100011001010100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804361; }

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

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

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

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

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

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

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

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