#814665

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

Shades of Cosmic #814665

Tints of Cosmic #814665

Color information

#814665 (or 0x814665) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 65. RGB value is (129,70,101). Sum of RGB (Red+Green+Blue) = 129+70+101=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #814665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814665 is #7EB99A. Grayscale: #5B5B5B. Windows color (decimal): -8305051 or 6637185. OLE color: 6637185.

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

Color convert

RGB12970101-
CMYK00.460.220.49
HSL328.47º29.65%39.02%-
HSV(B)328.47º45.74%50.59%-
XYZ13.599.9913.52-
YUV91.18133.55154.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=43%
G=23.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297010100.460.220.49328.4729.6539.02
Hex81466502E16311481e27
Octal20110614505626615103647
Binary100000011000110110010101011101011011000110100100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814665; }

 p { color: rgb(129,70,101); }

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

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

 a { background-color: rgb(129,70,101); }

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

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

 span { border-color: rgb(129,70,101); }

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