#814162

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

Shades of Cosmic #814162

Tints of Cosmic #814162

Color information

#814162 (or 0x814162) is unknown color: approx Cosmic. HEX triplet: 81, 41 and 62. RGB value is (129,65,98). Sum of RGB (Red+Green+Blue) = 129+65+98=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #814162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814162 is #7EBE9D. Grayscale: #575757. Windows color (decimal): -8306334 or 6439297. OLE color: 6439297.

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

Color convert

RGB1296598-
CMYK00.500.240.49
HSL329.06º32.99%38.04%-
HSV(B)329.06º49.61%50.59%-
XYZ13.159.3312.66-
YUV87.9133.7157.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=44.18%
G=22.26%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129659800.500.240.49329.0632.9938.04
Hex81416203218311492126
Octal20110114206230615114146
Binary1000000110000011100010011001011000110001101001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814162; }

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

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

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

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

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

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

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

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