#81465A

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

Shades of Cosmic #81465A

Tints of Cosmic #81465A

Color information

#81465A (or 0x81465A) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 5A. RGB value is (129,70,90). Sum of RGB (Red+Green+Blue) = 129+70+90=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81465A is #7EB9A5. Grayscale: #595959. Windows color (decimal): -8305062 or 5916289. OLE color: 5916289.

HSL color Cylindrical-coordinate representation of color #81465A: hue angle of 339.66º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81465A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1297090-
CMYK00.460.300.49
HSL339.66º29.65%39.02%-
HSV(B)339.66º45.74%50.59%-
XYZ13.099.7910.87-
YUV89.92128.05155.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=44.64%
G=24.22%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129709000.460.300.49339.6629.6539.02
Hex81465A02E1E311541e27
Octal20110613205636615243647
Binary100000011000110101101001011101111011000110101010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81465A; }

 p { color: rgb(129,70,90); }

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

<style>
 a { background-color: #81465A; }

 a { background-color: rgb(129,70,90); }

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

<style>
 span { border-color: #81465A; }

 span { border-color: rgb(129,70,90); }

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