#87446E

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

Shades of Cosmic #87446E

Tints of Cosmic #87446E

Color information

#87446E (or 0x87446E) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 6E. RGB value is (135,68,110). Sum of RGB (Red+Green+Blue) = 135+68+110=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87446E is #78BB91. Grayscale: #5C5C5C. Windows color (decimal): -7912338 or 7226503. OLE color: 7226503.

HSL color Cylindrical-coordinate representation of color #87446E: hue angle of 322.39º 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 #87446E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13568110-
CMYK00.500.190.47
HSL322.39º33%39.8%-
HSV(B)322.39º49.63%52.94%-
XYZ14.8710.4115.98-
YUV92.82137.7158.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=43.13%
G=21.73%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356811000.500.190.47322.393339.8
Hex87446E032132F1422128
Octal20710415606223575024150
Binary1000011110001001101110011001010011101111101000010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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