#813D5C

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

Shades of Cosmic #813D5C

Tints of Cosmic #813D5C

Color information

#813D5C (or 0x813D5C) is unknown color: approx Cosmic. HEX triplet: 81, 3D and 5C. RGB value is (129,61,92). Sum of RGB (Red+Green+Blue) = 129+61+92=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #813D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D5C is #7EC2A3. Grayscale: #545454. Windows color (decimal): -8307364 or 6045057. OLE color: 6045057.

HSL color Cylindrical-coordinate representation of color #813D5C: hue angle of 332.65º 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 #813D5C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1296192-
CMYK00.530.290.49
HSL332.65º35.79%37.25%-
HSV(B)332.65º52.71%50.59%-
XYZ12.658.7811.15-
YUV84.87132.03159.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=45.74%
G=21.63%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129619200.530.290.49332.6535.7937.25
Hex813D5C0351D3114d2425
Octal2017513406535615154445
Binary100000011111011011100011010111101110001101001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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