#873C67

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

Shades of Cosmic #873C67

Tints of Cosmic #873C67

Color information

#873C67 (or 0x873C67) is unknown color: approx Cosmic. HEX triplet: 87, 3C and 67. RGB value is (135,60,103). Sum of RGB (Red+Green+Blue) = 135+60+103=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #873C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C67 is #78C398. Grayscale: #575757. Windows color (decimal): -7914393 or 6765703. OLE color: 6765703.

HSL color Cylindrical-coordinate representation of color #873C67: hue angle of 325.6º 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 #873C67 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13560103-
CMYK00.560.240.47
HSL325.6º38.46%38.24%-
HSV(B)325.6º55.56%52.94%-
XYZ14.069.3613.9-
YUV87.33136.85162-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=45.30%
G=20.13%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356010300.560.240.47325.638.4638.24
Hex873C67038182F1462626
Octal2077414707030575064646
Binary100001111111001100111011100011000101111101000110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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