#864263

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

Shades of Cosmic #864263

Tints of Cosmic #864263

Color information

#864263 (or 0x864263) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 63. RGB value is (134,66,99). Sum of RGB (Red+Green+Blue) = 134+66+99=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #864263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864263 is #79BD9C. Grayscale: #5A5A5A. Windows color (decimal): -7978397 or 6505094. OLE color: 6505094.

HSL color Cylindrical-coordinate representation of color #864263: hue angle of 330.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864263 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1346699-
CMYK00.510.260.47
HSL330.88º34%39.22%-
HSV(B)330.88º50.75%52.55%-
XYZ14.039.8712.97-
YUV90.09133.03159.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=44.82%
G=22.07%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134669900.510.260.47330.883439.22
Hex8642630331A2F14b2227
Octal20610214306332575134247
Binary1000011010000101100011011001111010101111101001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864263; }

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

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

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

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

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

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

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

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