#813E6C

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

Shades of Cosmic #813E6C

Tints of Cosmic #813E6C

Color information

#813E6C (or 0x813E6C) is unknown color: approx Cosmic. HEX triplet: 81, 3E and 6C. RGB value is (129,62,108). Sum of RGB (Red+Green+Blue) = 129+62+108=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #813E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813E6C is #7EC193. Grayscale: #575757. Windows color (decimal): -8307092 or 7093889. OLE color: 7093889.

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

Color convert

RGB12962108-
CMYK00.520.160.49
HSL318.81º35.08%37.45%-
HSV(B)318.81º51.94%50.59%-
XYZ13.489.215.25-
YUV87.28139.7157.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=43.14%
G=20.74%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296210800.520.160.49318.8135.0837.45
Hex813E6C034103113f2325
Octal2017615406420614774345
Binary100000011111101101100011010010000110001100111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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