#874162

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

Shades of Cosmic #874162

Tints of Cosmic #874162

Color information

#874162 (or 0x874162) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 62. RGB value is (135,65,98). Sum of RGB (Red+Green+Blue) = 135+65+98=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874162 is #78BE9D. Grayscale: #595959. Windows color (decimal): -7913118 or 6439303. OLE color: 6439303.

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

Color convert

RGB1356598-
CMYK00.520.270.47
HSL331.71º35%39.22%-
HSV(B)331.71º51.85%52.94%-
XYZ14.099.8112.71-
YUV89.69132.69160.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=45.30%
G=21.81%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135659800.520.270.47331.713539.22
Hex8741620341B2F14c2327
Octal20710114206433575144347
Binary1000011110000011100010011010011011101111101001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874162; }

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

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

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

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

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

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

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

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