#864265

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

Shades of Cosmic #864265

Tints of Cosmic #864265

Color information

#864265 (or 0x864265) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 65. RGB value is (134,66,101). Sum of RGB (Red+Green+Blue) = 134+66+101=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #864265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864265 is #79BD9A. Grayscale: #5A5A5A. Windows color (decimal): -7978395 or 6636166. OLE color: 6636166.

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

Color convert

RGB13466101-
CMYK00.510.250.47
HSL329.12º34%39.22%-
HSV(B)329.12º50.75%52.55%-
XYZ14.139.913.48-
YUV90.32134.03159.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=44.52%
G=21.93%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346610100.510.250.47329.123439.22
Hex864265033192F1492227
Octal20610214506331575114247
Binary1000011010000101100101011001111001101111101001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864265; }

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

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

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

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

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

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

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

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