#81476E

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

Shades of Cosmic #81476E

Tints of Cosmic #81476E

Color information

#81476E (or 0x81476E) is unknown color: approx Cosmic. HEX triplet: 81, 47 and 6E. RGB value is (129,71,110). Sum of RGB (Red+Green+Blue) = 129+71+110=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81476E is #7EB891. Grayscale: #5C5C5C. Windows color (decimal): -8304786 or 7227265. OLE color: 7227265.

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

Color convert

RGB12971110-
CMYK00.450.150.49
HSL319.66º29%39.22%-
HSV(B)319.66º44.96%50.59%-
XYZ14.1210.316-
YUV92.79137.72153.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=41.61%
G=22.90%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297111000.450.150.49319.662939.22
Hex81476E02DF311401d27
Octal20110715605517615003547
Binary10000001100011111011100101101111111000110100000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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