#813D5F

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

Shades of Cosmic #813D5F

Tints of Cosmic #813D5F

Color information

#813D5F (or 0x813D5F) is unknown color: approx Cosmic. HEX triplet: 81, 3D and 5F. RGB value is (129,61,95). Sum of RGB (Red+Green+Blue) = 129+61+95=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #813D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813D5F is #7EC2A0. Grayscale: #555555. Windows color (decimal): -8307361 or 6241665. OLE color: 6241665.

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

Color convert

RGB1296195-
CMYK00.530.260.49
HSL330º35.79%37.25%-
HSV(B)330º52.71%50.59%-
XYZ12.798.8311.86-
YUV85.21133.53159.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=45.26%
G=21.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129619500.530.260.4933035.7937.25
Hex813D5F0351A3114a2425
Octal2017513706532615124445
Binary100000011111011011111011010111010110001101001010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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