#864271

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

Shades of Cosmic #864271

Tints of Cosmic #864271

Color information

#864271 (or 0x864271) is unknown color: approx Cosmic. HEX triplet: 86, 42 and 71. RGB value is (134,66,113). Sum of RGB (Red+Green+Blue) = 134+66+113=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #864271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864271 is #79BD8E. Grayscale: #5B5B5B. Windows color (decimal): -7978383 or 7422598. OLE color: 7422598.

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

Color convert

RGB13466113-
CMYK00.510.160.47
HSL318.53º34%39.22%-
HSV(B)318.53º50.75%52.55%-
XYZ14.7610.1616.81-
YUV91.69140.03158.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=42.81%
G=21.09%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346611300.510.160.47318.533439.22
Hex864271033102F13f2227
Octal20610216106320574774247
Binary1000011010000101110001011001110000101111100111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864271; }

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

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

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

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

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

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

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

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