#814061

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

Shades of Cosmic #814061

Tints of Cosmic #814061

Color information

#814061 (or 0x814061) is unknown color: approx Cosmic. HEX triplet: 81, 40 and 61. RGB value is (129,64,97). Sum of RGB (Red+Green+Blue) = 129+64+97=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #814061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814061 is #7EBF9E. Grayscale: #575757. Windows color (decimal): -8306591 or 6373505. OLE color: 6373505.

HSL color Cylindrical-coordinate representation of color #814061: hue angle of 329.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814061 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1296497-
CMYK00.500.250.49
HSL329.54º33.68%37.84%-
HSV(B)329.54º50.39%50.59%-
XYZ13.049.212.4-
YUV87.2133.53157.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=44.48%
G=22.07%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129649700.500.250.49329.5433.6837.84
Hex814061032193114a2226
Octal20110014106231615124246
Binary1000000110000001100001011001011001110001101001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814061; }

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

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

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

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

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

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

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

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