#803664

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

Shades of Cosmic #803664

Tints of Cosmic #803664

Color information

#803664 (or 0x803664) is unknown color: approx Cosmic. HEX triplet: 80, 36 and 64. RGB value is (128,54,100). Sum of RGB (Red+Green+Blue) = 128+54+100=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803664 is #7FC99B. Grayscale: #515151. Windows color (decimal): -8374684 or 6567552. OLE color: 6567552.

HSL color Cylindrical-coordinate representation of color #803664: hue angle of 322.7º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803664 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB12854100-
CMYK00.580.220.50
HSL322.7º40.66%35.69%-
HSV(B)322.7º57.81%50.2%-
XYZ12.528.1512.97-
YUV81.37138.52161.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=45.39%
G=19.15%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285410000.580.220.50322.740.6635.69
Hex80366403A16321432924
Octal2006614407226625035144
Binary100000001101101100100011101010110110010101000011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803664; }

 p { color: rgb(128,54,100); }

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

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

 a { background-color: rgb(128,54,100); }

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

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

 span { border-color: rgb(128,54,100); }

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