#814A71

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

Shades of Cosmic #814A71

Tints of Cosmic #814A71

Color information

#814A71 (or 0x814A71) is unknown color: approx Cosmic. HEX triplet: 81, 4A and 71. RGB value is (129,74,113). Sum of RGB (Red+Green+Blue) = 129+74+113=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #814A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A71 is #7EB58E. Grayscale: #5E5E5E. Windows color (decimal): -8304015 or 7424641. OLE color: 7424641.

HSL color Cylindrical-coordinate representation of color #814A71: hue angle of 317.45º 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 #814A71 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB12974113-
CMYK00.430.120.49
HSL317.45º27.09%39.8%-
HSV(B)317.45º42.64%50.59%-
XYZ14.4810.7616.94-
YUV94.89138.22152.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=40.82%
G=23.42%
B=35.76%

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
Decimal1297411300.430.120.49317.4527.0939.8
Hex814A7102BC3113d1b28
Octal20111216105314614753350
Binary10000001100101011100010101011110011000110011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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