#81426E

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

Shades of Cosmic #81426E

Tints of Cosmic #81426E

Color information

#81426E (or 0x81426E) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 6E. RGB value is (129,66,110). Sum of RGB (Red+Green+Blue) = 129+66+110=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81426E is #7EBD91. Grayscale: #595959. Windows color (decimal): -8306066 or 7225985. OLE color: 7225985.

HSL color Cylindrical-coordinate representation of color #81426E: hue angle of 318.1º 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 #81426E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12966110-
CMYK00.490.150.49
HSL318.1º32.31%38.24%-
HSV(B)318.1º48.84%50.59%-
XYZ13.829.6915.89-
YUV89.85139.37155.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=42.30%
G=21.64%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296611000.490.150.49318.132.3138.24
Hex81426E031F3113e2026
Octal20110215606117614764046
Binary100000011000010110111001100011111110001100111110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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