#87446C

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

Shades of Cosmic #87446C

Tints of Cosmic #87446C

Color information

#87446C (or 0x87446C) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 6C. RGB value is (135,68,108). Sum of RGB (Red+Green+Blue) = 135+68+108=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87446C is #78BB93. Grayscale: #5C5C5C. Windows color (decimal): -7912340 or 7095431. OLE color: 7095431.

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

Color convert

RGB13568108-
CMYK00.500.20.47
HSL324.18º33%39.8%-
HSV(B)324.18º49.63%52.94%-
XYZ14.7710.3715.41-
YUV92.59136.7158.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=43.41%
G=21.86%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356810800.500.20.47324.183339.8
Hex87446C032142F1442128
Octal20710415406224575044150
Binary1000011110001001101100011001010100101111101000100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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