#81396A

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

Shades of Cosmic #81396A

Tints of Cosmic #81396A

Color information

#81396A (or 0x81396A) is unknown color: approx Cosmic. HEX triplet: 81, 39 and 6A. RGB value is (129,57,106). Sum of RGB (Red+Green+Blue) = 129+57+106=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81396A is #7EC695. Grayscale: #535353. Windows color (decimal): -8308374 or 6961537. OLE color: 6961537.

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

Color convert

RGB12957106-
CMYK00.560.180.49
HSL319.17º38.71%36.47%-
HSV(B)319.17º55.81%50.59%-
XYZ13.128.6314.61-
YUV84.11140.35160.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=44.18%
G=19.52%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295710600.560.180.49319.1738.7136.47
Hex81396A038123113f2724
Octal2017115207022614774744
Binary100000011110011101010011100010010110001100111111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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