#874273

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

Shades of Cosmic #874273

Tints of Cosmic #874273

Color information

#874273 (or 0x874273) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 73. RGB value is (135,66,115). Sum of RGB (Red+Green+Blue) = 135+66+115=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874273 is #78BD8C. Grayscale: #5C5C5C. Windows color (decimal): -7912845 or 7553671. OLE color: 7553671.

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

Color convert

RGB13566115-
CMYK00.510.150.47
HSL317.39º34.33%39.41%-
HSV(B)317.39º51.11%52.94%-
XYZ15.0310.2917.41-
YUV92.22140.86158.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=42.72%
G=20.89%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356611500.510.150.47317.3934.3339.41
Hex874273033F2F13d2227
Octal20710216306317574754247
Binary100001111000010111001101100111111101111100111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874273; }

 p { color: rgb(135,66,115); }

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

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

 a { background-color: rgb(135,66,115); }

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

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

 span { border-color: rgb(135,66,115); }

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