#813F6C

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

Shades of Cosmic #813F6C

Tints of Cosmic #813F6C

Color information

#813F6C (or 0x813F6C) is unknown color: approx Cosmic. HEX triplet: 81, 3F and 6C. RGB value is (129,63,108). Sum of RGB (Red+Green+Blue) = 129+63+108=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #813F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813F6C is #7EC093. Grayscale: #575757. Windows color (decimal): -8306836 or 7094145. OLE color: 7094145.

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

Color convert

RGB12963108-
CMYK00.510.160.49
HSL319.09º34.38%37.65%-
HSV(B)319.09º51.16%50.59%-
XYZ13.549.315.27-
YUV87.86139.37157.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 108 (42.58% from 255) = 36%
R=43%
G=21%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296310800.510.160.49319.0934.3837.65
Hex813F6C033103113f2226
Octal2017715406320614774246
Binary100000011111111101100011001110000110001100111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813F6C; }

 p { color: rgb(129,63,108); }

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

<style>
 a { background-color: #813F6C; }

 a { background-color: rgb(129,63,108); }

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

<style>
 span { border-color: #813F6C; }

 span { border-color: rgb(129,63,108); }

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