#864563

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

Shades of Cosmic #864563

Tints of Cosmic #864563

Color information

#864563 (or 0x864563) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 63. RGB value is (134,69,99). Sum of RGB (Red+Green+Blue) = 134+69+99=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #864563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864563 is #79BA9C. Grayscale: #5B5B5B. Windows color (decimal): -7977629 or 6505862. OLE color: 6505862.

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

Color convert

RGB1346999-
CMYK00.490.260.47
HSL332.31º32.02%39.8%-
HSV(B)332.31º48.51%52.55%-
XYZ14.2110.2313.03-
YUV91.85132.03158.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=44.37%
G=22.85%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134699900.490.260.47332.3132.0239.8
Hex8645630311A2F14c2028
Octal20610514306132575144050
Binary1000011010001011100011011000111010101111101001100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864563; }

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

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

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

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

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

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

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

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