#81426A

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

Shades of Cosmic #81426A

Tints of Cosmic #81426A

Color information

#81426A (or 0x81426A) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 6A. RGB value is (129,66,106). Sum of RGB (Red+Green+Blue) = 129+66+106=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #81426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81426A is #7EBD95. Grayscale: #595959. Windows color (decimal): -8306070 or 6963841. OLE color: 6963841.

HSL color Cylindrical-coordinate representation of color #81426A: hue angle of 321.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81426A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12966106-
CMYK00.490.180.49
HSL321.9º32.31%38.24%-
HSV(B)321.9º48.84%50.59%-
XYZ13.69.614.77-
YUV89.4137.37156.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=42.86%
G=21.93%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296610600.490.180.49321.932.3138.24
Hex81426A03112311422026
Octal20110215206122615024046
Binary1000000110000101101010011000110010110001101000010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,66,106); }

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

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

 a { background-color: rgb(129,66,106); }

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

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

 span { border-color: rgb(129,66,106); }

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