#81466B

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

Shades of Cosmic #81466B

Tints of Cosmic #81466B

Color information

#81466B (or 0x81466B) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 6B. RGB value is (129,70,107). Sum of RGB (Red+Green+Blue) = 129+70+107=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81466B is #7EB994. Grayscale: #5B5B5B. Windows color (decimal): -8305045 or 7030401. OLE color: 7030401.

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

Color convert

RGB12970107-
CMYK00.460.170.49
HSL322.37º29.65%39.02%-
HSV(B)322.37º45.74%50.59%-
XYZ13.910.1115.13-
YUV91.86136.55154.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=42.16%
G=22.88%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297010700.460.170.49322.3729.6539.02
Hex81466B02E11311421e27
Octal20110615305621615023647
Binary100000011000110110101101011101000111000110100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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