#864364

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

Shades of Cosmic #864364

Tints of Cosmic #864364

Color information

#864364 (or 0x864364) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 64. RGB value is (134,67,100). Sum of RGB (Red+Green+Blue) = 134+67+100=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #864364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864364 is #79BC9B. Grayscale: #5A5A5A. Windows color (decimal): -7978140 or 6570886. OLE color: 6570886.

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

Color convert

RGB13467100-
CMYK00.50.250.47
HSL330.45º33.33%39.41%-
HSV(B)330.45º50%52.55%-
XYZ14.141013.24-
YUV90.8133.2158.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=44.52%
G=22.26%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346710000.50.250.47330.4533.3339.41
Hex864364032192F14a2127
Octal20610314406231575124147
Binary1000011010000111100100011001011001101111101001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864364; }

 p { color: rgb(134,67,100); }

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

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

 a { background-color: rgb(134,67,100); }

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

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

 span { border-color: rgb(134,67,100); }

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