#874571

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

Shades of Cosmic #874571

Tints of Cosmic #874571

Color information

#874571 (or 0x874571) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 71. RGB value is (135,69,113). Sum of RGB (Red+Green+Blue) = 135+69+113=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #874571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874571 is #78BA8E. Grayscale: #5D5D5D. Windows color (decimal): -7912079 or 7423367. OLE color: 7423367.

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

Color convert

RGB13569113-
CMYK00.490.160.47
HSL320º32.35%40%-
HSV(B)320º48.89%52.94%-
XYZ15.110.616.87-
YUV93.75138.87157.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=42.59%
G=21.77%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356911300.490.160.4732032.3540
Hex874571031102F1402028
Octal20710516106120575004050
Binary1000011110001011110001011000110000101111101000000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874571; }

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

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

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

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

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

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

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

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