#864571

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

Shades of Cosmic #864571

Tints of Cosmic #864571

Color information

#864571 (or 0x864571) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 71. RGB value is (134,69,113). Sum of RGB (Red+Green+Blue) = 134+69+113=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864571 is #79BA8E. Grayscale: #5D5D5D. Windows color (decimal): -7977615 or 7423366. OLE color: 7423366.

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

Color convert

RGB13469113-
CMYK00.490.160.47
HSL319.38º32.02%39.8%-
HSV(B)319.38º48.51%52.55%-
XYZ14.9410.5216.87-
YUV93.45139.03156.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=42.41%
G=21.84%
B=35.76%

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
Decimal1346911300.490.160.47319.3832.0239.8
Hex864571031102F13f2028
Octal20610516106120574774050
Binary1000011010001011110001011000110000101111100111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864571; }

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

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

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

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

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

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

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

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