#864063

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

Shades of Cosmic #864063

Tints of Cosmic #864063

Color information

#864063 (or 0x864063) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 63. RGB value is (134,64,99). Sum of RGB (Red+Green+Blue) = 134+64+99=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864063 is #79BF9C. Grayscale: #585858. Windows color (decimal): -7978909 or 6504582. OLE color: 6504582.

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

Color convert

RGB1346499-
CMYK00.520.260.47
HSL330º35.35%38.82%-
HSV(B)330º52.24%52.55%-
XYZ13.929.6412.93-
YUV88.92133.69160.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=45.12%
G=21.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134649900.520.260.4733035.3538.82
Hex8640630341A2F14a2327
Octal20610014306432575124347
Binary1000011010000001100011011010011010101111101001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864063; }

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

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

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

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

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

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

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

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