#814F6F

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

Shades of Cosmic #814F6F

Tints of Cosmic #814F6F

Color information

#814F6F (or 0x814F6F) is unknown color: approx Cosmic. HEX triplet: 81, 4F and 6F. RGB value is (129,79,111). Sum of RGB (Red+Green+Blue) = 129+79+111=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #814F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F6F is #7EB090. Grayscale: #616161. Windows color (decimal): -8302737 or 7294849. OLE color: 7294849.

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

Color convert

RGB12979111-
CMYK00.390.140.49
HSL321.6º24.04%40.78%-
HSV(B)321.6º38.76%50.59%-
XYZ14.7211.4116.46-
YUV97.6135.56150.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=40.44%
G=24.76%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297911100.390.140.49321.624.0440.78
Hex814F6F027E311421829
Octal20111715704716615023051
Binary10000001100111111011110100111111011000110100001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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