#81586E

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

Shades of Cosmic #81586E

Tints of Cosmic #81586E

Color information

#81586E (or 0x81586E) is unknown color: approx Cosmic. HEX triplet: 81, 58 and 6E. RGB value is (129,88,110). Sum of RGB (Red+Green+Blue) = 129+88+110=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81586E is #7EA791. Grayscale: #666666. Windows color (decimal): -8300434 or 7231617. OLE color: 7231617.

HSL color Cylindrical-coordinate representation of color #81586E: hue angle of 327.8º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81586E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12988110-
CMYK00.320.150.49
HSL327.8º18.89%42.55%-
HSV(B)327.8º31.78%50.59%-
XYZ15.3612.7716.41-
YUV102.77132.08146.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=39.45%
G=26.91%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298811000.320.150.49327.818.8942.55
Hex81586E020F31148132b
Octal20113015604017615102353
Binary10000001101100011011100100000111111000110100100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81586E; }

 p { color: rgb(129,88,110); }

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

<style>
 a { background-color: #81586E; }

 a { background-color: rgb(129,88,110); }

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

<style>
 span { border-color: #81586E; }

 span { border-color: rgb(129,88,110); }

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