#814A72

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

Shades of Cosmic #814A72

Tints of Cosmic #814A72

Color information

#814A72 (or 0x814A72) is unknown color: approx Cosmic. HEX triplet: 81, 4A and 72. RGB value is (129,74,114). Sum of RGB (Red+Green+Blue) = 129+74+114=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #814A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A72 is #7EB58D. Grayscale: #5E5E5E. Windows color (decimal): -8304014 or 7490177. OLE color: 7490177.

HSL color Cylindrical-coordinate representation of color #814A72: hue angle of 316.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814A72 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12974114-
CMYK00.430.120.49
HSL316.36º27.09%39.8%-
HSV(B)316.36º42.64%50.59%-
XYZ14.5410.7817.23-
YUV95138.72152.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=40.69%
G=23.34%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297411400.430.120.49316.3627.0939.8
Hex814A7202BC3113c1b28
Octal20111216205314614743350
Binary10000001100101011100100101011110011000110011110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814A72; }

 p { color: rgb(129,74,114); }

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

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

 a { background-color: rgb(129,74,114); }

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

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

 span { border-color: rgb(129,74,114); }

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