#864261

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

Shades of Cosmic #864261

Tints of Cosmic #864261

Color information

#864261 (or 0x864261) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 61. RGB value is (134,66,97). Sum of RGB (Red+Green+Blue) = 134+66+97=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864261 is #79BD9E. Grayscale: #595959. Windows color (decimal): -7978399 or 6374022. OLE color: 6374022.

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

Color convert

RGB1346697-
CMYK00.510.280.47
HSL332.65º34%39.22%-
HSV(B)332.65º50.75%52.55%-
XYZ13.949.8312.47-
YUV89.87132.03159.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=45.12%
G=22.22%
B=32.66%

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
Decimal134669700.510.280.47332.653439.22
Hex8642610331C2F14d2227
Octal20610214106334575154247
Binary1000011010000101100001011001111100101111101001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864261; }

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

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

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

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

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

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

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

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