#87415C

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

Shades of Cosmic #87415C

Tints of Cosmic #87415C

Color information

#87415C (or 0x87415C) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 5C. RGB value is (135,65,92). Sum of RGB (Red+Green+Blue) = 135+65+92=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87415C is #78BEA3. Grayscale: #585858. Windows color (decimal): -7913124 or 6046087. OLE color: 6046087.

HSL color Cylindrical-coordinate representation of color #87415C: hue angle of 336.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87415C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1356592-
CMYK00.520.320.47
HSL336.86º35%39.22%-
HSV(B)336.86º51.85%52.94%-
XYZ13.819.711.27-
YUV89.01129.69160.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=46.23%
G=22.26%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135659200.520.320.47336.863539.22
Hex87415C034202F1512327
Octal20710113406440575214347
Binary10000111100000110111000110100100000101111101010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87415C; }

 p { color: rgb(135,65,92); }

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

<style>
 a { background-color: #87415C; }

 a { background-color: rgb(135,65,92); }

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

<style>
 span { border-color: #87415C; }

 span { border-color: rgb(135,65,92); }

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