#87415A

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

Shades of Cosmic #87415A

Tints of Cosmic #87415A

Color information

#87415A (or 0x87415A) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 5A. RGB value is (135,65,90). Sum of RGB (Red+Green+Blue) = 135+65+90=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #87415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87415A is #78BEA5. Grayscale: #585858. Windows color (decimal): -7913126 or 5915015. OLE color: 5915015.

HSL color Cylindrical-coordinate representation of color #87415A: hue angle of 338.57º 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 #87415A is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1356590-
CMYK00.520.330.47
HSL338.57º35%39.22%-
HSV(B)338.57º51.85%52.94%-
XYZ13.739.6710.82-
YUV88.78128.69160.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=46.55%
G=22.41%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135659000.520.330.47338.573539.22
Hex87415A034212F1532327
Octal20710113206441575234347
Binary10000111100000110110100110100100001101111101010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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