#81466D

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

Shades of Cosmic #81466D

Tints of Cosmic #81466D

Color information

#81466D (or 0x81466D) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 6D. RGB value is (129,70,109). Sum of RGB (Red+Green+Blue) = 129+70+109=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81466D is #7EB992. Grayscale: #5B5B5B. Windows color (decimal): -8305043 or 7161473. OLE color: 7161473.

HSL color Cylindrical-coordinate representation of color #81466D: hue angle of 320.34º 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 #81466D is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12970109-
CMYK00.460.160.49
HSL320.34º29.65%39.02%-
HSV(B)320.34º45.74%50.59%-
XYZ1410.1515.69-
YUV92.09137.55154.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=41.88%
G=22.73%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297010900.460.160.49320.3429.6539.02
Hex81466D02E10311401e27
Octal20110615505620615003647
Binary100000011000110110110101011101000011000110100000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81466D; }

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

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

<style>
 a { background-color: #81466D; }

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

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

<style>
 span { border-color: #81466D; }

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

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