#874063

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

Shades of Cosmic #874063

Tints of Cosmic #874063

Color information

#874063 (or 0x874063) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 63. RGB value is (135,64,99). Sum of RGB (Red+Green+Blue) = 135+64+99=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874063 is #78BF9C. Grayscale: #595959. Windows color (decimal): -7913373 or 6504583. OLE color: 6504583.

HSL color Cylindrical-coordinate representation of color #874063: hue angle of 330.42º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874063 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1356499-
CMYK00.530.270.47
HSL330.42º35.68%39.02%-
HSV(B)330.42º52.59%52.94%-
XYZ14.089.7212.94-
YUV89.22133.52160.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=45.30%
G=21.48%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135649900.530.270.47330.4235.6839.02
Hex8740630351B2F14a2427
Octal20710014306533575124447
Binary1000011110000001100011011010111011101111101001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874063; }

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

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

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

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

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

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

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

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