#874471

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

Shades of Cosmic #874471

Tints of Cosmic #874471

Color information

#874471 (or 0x874471) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 71. RGB value is (135,68,113). Sum of RGB (Red+Green+Blue) = 135+68+113=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874471 is #78BB8E. Grayscale: #5D5D5D. Windows color (decimal): -7912335 or 7423111. OLE color: 7423111.

HSL color Cylindrical-coordinate representation of color #874471: hue angle of 319.7º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874471 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13568113-
CMYK00.500.160.47
HSL319.7º33%39.8%-
HSV(B)319.7º49.63%52.94%-
XYZ15.0410.4816.85-
YUV93.16139.2157.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=42.72%
G=21.52%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356811300.500.160.47319.73339.8
Hex874471032102F1402128
Octal20710416106220575004150
Binary1000011110001001110001011001010000101111101000000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874471; }

 p { color: rgb(135,68,113); }

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

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

 a { background-color: rgb(135,68,113); }

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

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

 span { border-color: rgb(135,68,113); }

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