#873C6E

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

Shades of Cosmic #873C6E

Tints of Cosmic #873C6E

Color information

#873C6E (or 0x873C6E) is unknown color: approx Cosmic. HEX triplet: 87, 3C and 6E. RGB value is (135,60,110). Sum of RGB (Red+Green+Blue) = 135+60+110=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C6E is #78C391. Grayscale: #585858. Windows color (decimal): -7914386 or 7224455. OLE color: 7224455.

HSL color Cylindrical-coordinate representation of color #873C6E: hue angle of 320º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C6E is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13560110-
CMYK00.560.190.47
HSL320º38.46%38.24%-
HSV(B)320º55.56%52.94%-
XYZ14.429.5115.83-
YUV88.12140.35161.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=44.26%
G=19.67%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356011000.560.190.4732038.4638.24
Hex873C6E038132F1402626
Octal2077415607023575004646
Binary100001111111001101110011100010011101111101000000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,110); }

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

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

 a { background-color: rgb(135,60,110); }

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

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

 span { border-color: rgb(135,60,110); }

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