#864161

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

Shades of Cosmic #864161

Tints of Cosmic #864161

Color information

#864161 (or 0x864161) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 61. RGB value is (134,65,97). Sum of RGB (Red+Green+Blue) = 134+65+97=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #864161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864161 is #79BE9E. Grayscale: #595959. Windows color (decimal): -7978655 or 6373766. OLE color: 6373766.

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

Color convert

RGB1346597-
CMYK00.510.280.47
HSL332.17º34.67%39.02%-
HSV(B)332.17º51.49%52.55%-
XYZ13.889.7112.45-
YUV89.28132.36159.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=45.27%
G=21.96%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134659700.510.280.47332.1734.6739.02
Hex8641610331C2F14c2327
Octal20610114106334575144347
Binary1000011010000011100001011001111100101111101001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864161; }

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

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

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

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

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

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

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

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