#864171

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

Shades of Cosmic #864171

Tints of Cosmic #864171

Color information

#864171 (or 0x864171) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 71. RGB value is (134,65,113). Sum of RGB (Red+Green+Blue) = 134+65+113=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #864171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864171 is #79BE8E. Grayscale: #5A5A5A. Windows color (decimal): -7978639 or 7422342. OLE color: 7422342.

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

Color convert

RGB13465113-
CMYK00.510.160.47
HSL318.26º34.67%39.02%-
HSV(B)318.26º51.49%52.55%-
XYZ14.710.0416.79-
YUV91.1140.36158.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=42.95%
G=20.83%
B=36.22%

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
Decimal1346511300.510.160.47318.2634.6739.02
Hex864171033102F13e2327
Octal20610116106320574764347
Binary1000011010000011110001011001110000101111100111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864171; }

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

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

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

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

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

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

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

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