#814662

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

Shades of Cosmic #814662

Tints of Cosmic #814662

Color information

#814662 (or 0x814662) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 62. RGB value is (129,70,98). Sum of RGB (Red+Green+Blue) = 129+70+98=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814662 is #7EB99D. Grayscale: #5A5A5A. Windows color (decimal): -8305054 or 6440577. OLE color: 6440577.

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

Color convert

RGB1297098-
CMYK00.460.240.49
HSL331.53º29.65%39.02%-
HSV(B)331.53º45.74%50.59%-
XYZ13.459.9312.76-
YUV90.83132.05155.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=43.43%
G=23.57%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129709800.460.240.49331.5329.6539.02
Hex81466202E183114c1e27
Octal20110614205630615143647
Binary100000011000110110001001011101100011000110100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814662; }

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

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

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

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

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

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

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

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