#864362

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

Shades of Cosmic #864362

Tints of Cosmic #864362

Color information

#864362 (or 0x864362) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 62. RGB value is (134,67,98). Sum of RGB (Red+Green+Blue) = 134+67+98=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #864362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864362 is #79BC9D. Grayscale: #5A5A5A. Windows color (decimal): -7978142 or 6439814. OLE color: 6439814.

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

Color convert

RGB1346798-
CMYK00.50.270.47
HSL332.24º33.33%39.41%-
HSV(B)332.24º50%52.55%-
XYZ14.049.9612.74-
YUV90.57132.2158.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=44.82%
G=22.41%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134679800.50.270.47332.2433.3339.41
Hex8643620321B2F14c2127
Octal20610314206233575144147
Binary1000011010000111100010011001011011101111101001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864362; }

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

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

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

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

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

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

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

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