#814364

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

Shades of Cosmic #814364

Tints of Cosmic #814364

Color information

#814364 (or 0x814364) is unknown color: approx Cosmic. HEX triplet: 81, 43 and 64. RGB value is (129,67,100). Sum of RGB (Red+Green+Blue) = 129+67+100=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814364 is #7EBC9B. Grayscale: #595959. Windows color (decimal): -8305820 or 6570881. OLE color: 6570881.

HSL color Cylindrical-coordinate representation of color #814364: hue angle of 328.06º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814364 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12967100-
CMYK00.480.220.49
HSL328.06º31.63%38.43%-
HSV(B)328.06º48.06%50.59%-
XYZ13.369.613.21-
YUV89.3134.04156.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=43.58%
G=22.64%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296710000.480.220.49328.0631.6338.43
Hex81436403016311482026
Octal20110314406026615104046
Binary1000000110000111100100011000010110110001101001000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814364; }

 p { color: rgb(129,67,100); }

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

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

 a { background-color: rgb(129,67,100); }

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

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

 span { border-color: rgb(129,67,100); }

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