#864373

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

Shades of Cosmic #864373

Tints of Cosmic #864373

Color information

#864373 (or 0x864373) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 73. RGB value is (134,67,115). Sum of RGB (Red+Green+Blue) = 134+67+115=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864373 is #79BC8C. Grayscale: #5C5C5C. Windows color (decimal): -7978125 or 7553926. OLE color: 7553926.

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

Color convert

RGB13467115-
CMYK00.50.140.47
HSL317.01º33.33%39.41%-
HSV(B)317.01º50%52.55%-
XYZ14.9310.3217.42-
YUV92.5140.7157.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=42.41%
G=21.20%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346711500.50.140.47317.0133.3339.41
Hex864373032E2F13d2127
Octal20610316306216574754147
Binary100001101000011111001101100101110101111100111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864373; }

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

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

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

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

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

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

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

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