#864169

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

Shades of Cosmic #864169

Tints of Cosmic #864169

Color information

#864169 (or 0x864169) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 69. RGB value is (134,65,105). Sum of RGB (Red+Green+Blue) = 134+65+105=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864169 is #79BE96. Grayscale: #5A5A5A. Windows color (decimal): -7978647 or 6898054. OLE color: 6898054.

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

Color convert

RGB13465105-
CMYK00.510.220.47
HSL325.22º34.67%39.02%-
HSV(B)325.22º51.49%52.55%-
XYZ14.279.8714.52-
YUV90.19136.36159.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=44.08%
G=21.38%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346510500.510.220.47325.2234.6739.02
Hex864169033162F1452327
Octal20610115106326575054347
Binary1000011010000011101001011001110110101111101000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864169; }

 p { color: rgb(134,65,105); }

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

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

 a { background-color: rgb(134,65,105); }

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

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

 span { border-color: rgb(134,65,105); }

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