#874163

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

Shades of Cosmic #874163

Tints of Cosmic #874163

Color information

#874163 (or 0x874163) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 63. RGB value is (135,65,99). Sum of RGB (Red+Green+Blue) = 135+65+99=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #874163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874163 is #78BE9C. Grayscale: #595959. Windows color (decimal): -7913117 or 6504839. OLE color: 6504839.

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

Color convert

RGB1356599-
CMYK00.520.270.47
HSL330.86º35%39.22%-
HSV(B)330.86º51.85%52.94%-
XYZ14.139.8312.96-
YUV89.81133.19160.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=45.15%
G=21.74%
B=33.11%

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
Decimal135659900.520.270.47330.863539.22
Hex8741630341B2F14b2327
Octal20710114306433575134347
Binary1000011110000011100011011010011011101111101001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874163; }

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

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

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

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

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

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

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

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