#81416E

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

Shades of Cosmic #81416E

Tints of Cosmic #81416E

Color information

#81416E (or 0x81416E) is unknown color: approx Cosmic. HEX triplet: 81, 41 and 6E. RGB value is (129,65,110). Sum of RGB (Red+Green+Blue) = 129+65+110=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81416E is #7EBE91. Grayscale: #595959. Windows color (decimal): -8306322 or 7225729. OLE color: 7225729.

HSL color Cylindrical-coordinate representation of color #81416E: hue angle of 317.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81416E is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12965110-
CMYK00.500.150.49
HSL317.81º32.99%38.04%-
HSV(B)317.81º49.61%50.59%-
XYZ13.769.5715.87-
YUV89.27139.7156.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=42.43%
G=21.38%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511000.500.150.49317.8132.9938.04
Hex81416E032F3113e2126
Octal20110115606217614764146
Binary100000011000001110111001100101111110001100111110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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