#814F5F

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

Shades of Cosmic #814F5F

Tints of Cosmic #814F5F

Color information

#814F5F (or 0x814F5F) is unknown color: approx Cosmic. HEX triplet: 81, 4F and 5F. RGB value is (129,79,95). Sum of RGB (Red+Green+Blue) = 129+79+95=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #814F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F5F is #7EB0A0. Grayscale: #5F5F5F. Windows color (decimal): -8302753 or 6246273. OLE color: 6246273.

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

Color convert

RGB1297995-
CMYK00.390.260.49
HSL340.8º24.04%40.78%-
HSV(B)340.8º38.76%50.59%-
XYZ13.9111.0912.23-
YUV95.77127.56151.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=42.57%
G=26.07%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129799500.390.260.49340.824.0440.78
Hex814F5F0271A311551829
Octal20111713704732615253051
Binary100000011001111101111101001111101011000110101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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