#874160

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

Shades of Cosmic #874160

Tints of Cosmic #874160

Color information

#874160 (or 0x874160) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 60. RGB value is (135,65,96). Sum of RGB (Red+Green+Blue) = 135+65+96=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #874160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874160 is #78BE9F. Grayscale: #595959. Windows color (decimal): -7913120 or 6308231. OLE color: 6308231.

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

Color convert

RGB1356596-
CMYK00.520.290.47
HSL333.43º35%39.22%-
HSV(B)333.43º51.85%52.94%-
XYZ13.999.7812.22-
YUV89.46131.69160.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=45.61%
G=21.96%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135659600.520.290.47333.433539.22
Hex8741600341D2F14d2327
Octal20710114006435575154347
Binary1000011110000011100000011010011101101111101001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874160; }

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

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

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

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

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

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

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

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