#864971

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

Shades of Cosmic #864971

Tints of Cosmic #864971

Color information

#864971 (or 0x864971) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 71. RGB value is (134,73,113). Sum of RGB (Red+Green+Blue) = 134+73+113=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #864971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864971 is #79B68E. Grayscale: #5F5F5F. Windows color (decimal): -7976591 or 7424390. OLE color: 7424390.

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

Color convert

RGB13473113-
CMYK00.460.160.47
HSL320.66º29.47%40.59%-
HSV(B)320.66º45.52%52.55%-
XYZ15.1911.0316.95-
YUV95.8137.71155.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=41.88%
G=22.81%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347311300.460.160.47320.6629.4740.59
Hex86497102E102F1411d29
Octal20611116105620575013551
Binary100001101001001111000101011101000010111110100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864971; }

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

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

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

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

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

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

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

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