#873E5F

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

Shades of Cosmic #873E5F

Tints of Cosmic #873E5F

Color information

#873E5F (or 0x873E5F) is unknown color: approx Cosmic. HEX triplet: 87, 3E and 5F. RGB value is (135,62,95). Sum of RGB (Red+Green+Blue) = 135+62+95=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #873E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E5F is #78C1A0. Grayscale: #575757. Windows color (decimal): -7913889 or 6241927. OLE color: 6241927.

HSL color Cylindrical-coordinate representation of color #873E5F: hue angle of 332.88º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #873E5F is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1356295-
CMYK00.540.300.47
HSL332.88º37.06%38.63%-
HSV(B)332.88º54.07%52.94%-
XYZ13.789.4211.92-
YUV87.59132.18161.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=46.23%
G=21.23%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135629500.540.300.47332.8837.0638.63
Hex873E5F0361E2F14d2527
Octal2077613706636575154547
Binary100001111111101011111011011011110101111101001101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873E5F; }

 p { color: rgb(135,62,95); }

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

<style>
 a { background-color: #873E5F; }

 a { background-color: rgb(135,62,95); }

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

<style>
 span { border-color: #873E5F; }

 span { border-color: rgb(135,62,95); }

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