#87445E

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

Shades of Cosmic #87445E

Tints of Cosmic #87445E

Color information

#87445E (or 0x87445E) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 5E. RGB value is (135,68,94). Sum of RGB (Red+Green+Blue) = 135+68+94=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87445E is #78BBA1. Grayscale: #5A5A5A. Windows color (decimal): -7912354 or 6177927. OLE color: 6177927.

HSL color Cylindrical-coordinate representation of color #87445E: hue angle of 336.72º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87445E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1356894-
CMYK00.500.300.47
HSL336.72º33%39.8%-
HSV(B)336.72º49.63%52.94%-
XYZ14.0810.0911.8-
YUV91129.7159.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=45.45%
G=22.90%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689400.500.300.47336.723339.8
Hex87445E0321E2F1512128
Octal20710413606236575214150
Binary1000011110001001011110011001011110101111101010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87445E; }

 p { color: rgb(135,68,94); }

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

<style>
 a { background-color: #87445E; }

 a { background-color: rgb(135,68,94); }

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

<style>
 span { border-color: #87445E; }

 span { border-color: rgb(135,68,94); }

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