#813D6C

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

Shades of Cosmic #813D6C

Tints of Cosmic #813D6C

Color information

#813D6C (or 0x813D6C) is unknown color: approx Cosmic. HEX triplet: 81, 3D and 6C. RGB value is (129,61,108). Sum of RGB (Red+Green+Blue) = 129+61+108=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #813D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D6C is #7EC293. Grayscale: #565656. Windows color (decimal): -8307348 or 7093633. OLE color: 7093633.

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

Color convert

RGB12961108-
CMYK00.530.160.49
HSL318.53º35.79%37.25%-
HSV(B)318.53º52.71%50.59%-
XYZ13.439.0915.23-
YUV86.69140.03158.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 61 (24.22% from 255) = 20.47%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=43.29%
G=20.47%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296110800.530.160.49318.5335.7937.25
Hex813D6C035103113f2425
Octal2017515406520614774445
Binary100000011111011101100011010110000110001100111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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