#874171

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

Shades of Cosmic #874171

Tints of Cosmic #874171

Color information

#874171 (or 0x874171) is unknown color: approx Cosmic. HEX triplet: 87, 41 and 71. RGB value is (135,65,113). Sum of RGB (Red+Green+Blue) = 135+65+113=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #874171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874171 is #78BE8E. Grayscale: #5B5B5B. Windows color (decimal): -7913103 or 7422343. OLE color: 7422343.

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

Color convert

RGB13565113-
CMYK00.520.160.47
HSL318.86º35%39.22%-
HSV(B)318.86º51.85%52.94%-
XYZ14.8610.1216.79-
YUV91.4140.19159.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=43.13%
G=20.77%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356511300.520.160.47318.863539.22
Hex874171034102F13f2327
Octal20710116106420574774347
Binary1000011110000011110001011010010000101111100111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874171; }

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

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

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

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

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

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

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

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