#814F66

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

Shades of Cosmic #814F66

Tints of Cosmic #814F66

Color information

#814F66 (or 0x814F66) is unknown color: approx Cosmic. HEX triplet: 81, 4F and 66. RGB value is (129,79,102). Sum of RGB (Red+Green+Blue) = 129+79+102=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #814F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F66 is #7EB099. Grayscale: #606060. Windows color (decimal): -8302746 or 6705025. OLE color: 6705025.

HSL color Cylindrical-coordinate representation of color #814F66: hue angle of 332.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #814F66 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12979102-
CMYK00.390.210.49
HSL332.4º24.04%40.78%-
HSV(B)332.4º38.76%50.59%-
XYZ14.2511.2213.98-
YUV96.57131.06151.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=41.61%
G=25.48%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297910200.390.210.49332.424.0440.78
Hex814F66027153114c1829
Octal20111714604725615143051
Binary100000011001111110011001001111010111000110100110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,79,102); }

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

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

 a { background-color: rgb(129,79,102); }

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

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

 span { border-color: rgb(129,79,102); }

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