#814661

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

Shades of Cosmic #814661

Tints of Cosmic #814661

Color information

#814661 (or 0x814661) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 61. RGB value is (129,70,97). Sum of RGB (Red+Green+Blue) = 129+70+97=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814661 is #7EB99E. Grayscale: #5A5A5A. Windows color (decimal): -8305055 or 6375041. OLE color: 6375041.

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

Color convert

RGB1297097-
CMYK00.460.250.49
HSL332.54º29.65%39.02%-
HSV(B)332.54º45.74%50.59%-
XYZ13.49.9112.52-
YUV90.72131.55155.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=43.58%
G=23.65%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129709700.460.250.49332.5429.6539.02
Hex81466102E193114d1e27
Octal20110614105631615153647
Binary100000011000110110000101011101100111000110100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814661; }

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

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

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

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

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

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

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

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