#865173

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

Shades of Cosmic #865173

Tints of Cosmic #865173

Color information

#865173 (or 0x865173) is unknown color: approx Cosmic. HEX triplet: 86, 51 and 73. RGB value is (134,81,115). Sum of RGB (Red+Green+Blue) = 134+81+115=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #865173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865173 is #79AE8C. Grayscale: #646464. Windows color (decimal): -7974541 or 7557510. OLE color: 7557510.

HSL color Cylindrical-coordinate representation of color #865173: hue angle of 321.51º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865173 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13481115-
CMYK00.400.140.47
HSL321.51º24.65%42.16%-
HSV(B)321.51º39.55%52.55%-
XYZ15.8712.1917.74-
YUV100.72136.06151.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=40.61%
G=24.55%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348111500.400.140.47321.5124.6542.16
Hex865173028E2F142192a
Octal20612116305016575023152
Binary10000110101000111100110101000111010111110100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865173; }

 p { color: rgb(134,81,115); }

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

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

 a { background-color: rgb(134,81,115); }

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

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

 span { border-color: rgb(134,81,115); }

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