#81495F

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

Shades of Cosmic #81495F

Tints of Cosmic #81495F

Color information

#81495F (or 0x81495F) is unknown color: approx Cosmic. HEX triplet: 81, 49 and 5F. RGB value is (129,73,95). Sum of RGB (Red+Green+Blue) = 129+73+95=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #81495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81495F is #7EB6A0. Grayscale: #5C5C5C. Windows color (decimal): -8304289 or 6244737. OLE color: 6244737.

HSL color Cylindrical-coordinate representation of color #81495F: hue angle of 336.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81495F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1297395-
CMYK00.430.260.49
HSL336.43º27.72%39.61%-
HSV(B)336.43º43.41%50.59%-
XYZ13.510.2612.09-
YUV92.25129.55154.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=43.43%
G=24.58%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129739500.430.260.49336.4327.7239.61
Hex81495F02B1A311501c28
Octal20111113705332615203450
Binary100000011001001101111101010111101011000110101000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81495F; }

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

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

<style>
 a { background-color: #81495F; }

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

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

<style>
 span { border-color: #81495F; }

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

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